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
Deprecated.
- See Also:
-
Field Summary
Fields inherited from class ch.tocco.nice2.netui.api.bind.form.facades.AbstractComponentFacade
actions, children, component, componentType, ctx, displayType, eventHandler, extProps, label, name, typeManager, useLabel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
Deprecated.@Nullable Boolean
getFixed()
Deprecated.@Nullable Boolean
Deprecated.@Nullable String
Deprecated.@Nullable String
Deprecated.Deprecated.Decides if the column is sortable in the gui.@Nullable String
Deprecated.@Nullable String
Deprecated.@Nullable Integer
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.Deprecated.To override by concrete implementations to set up the facadeMethods inherited from class ch.tocco.nice2.netui.api.bind.form.facades.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:AbstractComponentFacade
To override by concrete implementations to set up the facade- Specified by:
setUp
in interfaceComponentFacade
- Overrides:
setUp
in 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.
-