Class ColumnFacade
java.lang.Object
ch.tocco.nice2.netui.api.bind.form.facades.AbstractComponentFacade
ch.tocco.nice2.netui.api.bind.form.facades.ColumnFacade
- All Implemented Interfaces:
ActionHolderFacade, ComponentFacade, Serializable
-
Field Summary
Fields inherited from class AbstractComponentFacade
actions, children, component, componentType, ctx, displayType, eventHandler, extProps, label, name, typeManager, useLabel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringDeprecated.@Nullable BooleangetFixed()Deprecated.@Nullable BooleanDeprecated.@Nullable StringDeprecated.@Nullable StringDeprecated.Deprecated.Decides if the column is sortable in the gui.@Nullable StringDeprecated.@Nullable StringDeprecated.@Nullable IntegergetWidth()Deprecated.If no width was specified then under certain conditions one is calculated: if only one column element, and we have a data type, then the type adapter is asked for a width.Deprecated.To override by concrete implementations to set up the facadeMethods inherited from class AbstractComponentFacade
addAction, addChild, figureOutLabel, getChildren, getComponentType, getDisplayType, getEventHandler, getExtProps, getLabel, getName, getUseLabel, readUnderlyingComponent, setComponent, setComponentType, setDisplayType, setEventHandler, setLabel, setTypeManager, setUseLabel
-
Constructor Details
-
ColumnFacade
public ColumnFacade()Deprecated.
-
-
Method Details
-
setUp
Deprecated.Description copied from class:AbstractComponentFacadeTo override by concrete implementations to set up the facade- Specified by:
setUpin interfaceComponentFacade- Overrides:
setUpin classAbstractComponentFacade- Parameters:
ctx- the context
-
getWidth
Deprecated.If no width was specified then under certain conditions one is calculated: if only one column element, and we have a data type, then the type adapter is asked for a width. if the label is longer then that is taken. -
getFixed
Deprecated. -
getHidden
Deprecated. -
getSortable
Deprecated.Decides if the column is sortable in the gui. The actual sorting is done in the SearchService. -
getJsRenderer
Deprecated. -
getCssStyle
Deprecated. -
getTooltip
Deprecated. -
getTextAlign
Deprecated. -
getNiceType
Deprecated.
-