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

public class ColumnFacade extends AbstractComponentFacade
See Also:
  • Constructor Details

    • ColumnFacade

      public ColumnFacade()
  • Method Details

    • setUp

      Description copied from class: AbstractComponentFacade
      To override by concrete implementations to set up the facade
      Specified by:
      setUp in interface ComponentFacade
      Overrides:
      setUp in class AbstractComponentFacade
      Parameters:
      ctx - the context
    • getWidth

      @Nullable public @Nullable Integer getWidth()
      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

      @Nullable public @Nullable Boolean getFixed()
    • getHidden

      @Nullable public @Nullable Boolean getHidden()
    • getSortable

      public Boolean getSortable()
      Decides if the column is sortable in the gui. The actual sorting is done in the SearchService.
    • getJsRenderer

      @Nullable public @Nullable String getJsRenderer()
    • getCssStyle

      @Nullable public @Nullable String getCssStyle()
    • getTooltip

      @Nullable public @Nullable String getTooltip()
    • getTextAlign

      @Nullable public @Nullable String getTextAlign()
    • getNiceType

      @Nullable public @Nullable String getNiceType()