org.cruxframework.crux.widgets.client.grid
Class DataColumnDefinition

java.lang.Object
  extended by org.cruxframework.crux.widgets.client.grid.ColumnDefinition
      extended by org.cruxframework.crux.widgets.client.grid.DataColumnDefinition

public class DataColumnDefinition
extends ColumnDefinition


Field Summary
 
Fields inherited from class org.cruxframework.crux.widgets.client.grid.ColumnDefinition
isDataColumn
 
Constructor Summary
DataColumnDefinition(String label, String width, Formatter formatter, boolean visible, boolean sortable, boolean wrapLine, boolean frozen, com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant horizontalAlign, com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant verticalAlign, org.cruxframework.crux.widgets.client.grid.DataColumnEditorCreators.DataColumnEditorCreator<?> editorCreator)
           
DataColumnDefinition(String label, String width, Formatter formatter, boolean visible, boolean wrapLine, com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant horizontalAlign, com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant verticalAlign)
          Deprecated. 
 
Method Summary
 org.cruxframework.crux.widgets.client.grid.DataColumnEditorCreators.DataColumnEditorCreator<?> getEditorCreator()
           
 Formatter getFormatter()
           
 boolean isSortable()
           
 boolean isWrapLine()
           
 void setEditorCreator(org.cruxframework.crux.widgets.client.grid.DataColumnEditorCreators.DataColumnEditorCreator<?> editorCreator)
           
 void setSortable(boolean sortable)
           
 
Methods inherited from class org.cruxframework.crux.widgets.client.grid.ColumnDefinition
getColumnEditorValidator, getGrid, getHorizontalAlign, getKey, getLabel, getVerticalAlign, getWidth, isFrozen, isVisible, setColumnEditorValidator, setDataColumn, setGrid, setHorizontalAlign, setHorizontalAlign, setKey, setLabel, setLabel, setVerticalAlign, setVerticalAlign, setVisible, setVisible, setWidth, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataColumnDefinition

@Deprecated
public DataColumnDefinition(String label,
                                       String width,
                                       Formatter formatter,
                                       boolean visible,
                                       boolean wrapLine,
                                       com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant horizontalAlign,
                                       com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant verticalAlign)
Deprecated. 

Parameters:
label -
width -
formatter -
visible -
wrapLine -
horizontalAlign -
verticalAlign -

DataColumnDefinition

public DataColumnDefinition(String label,
                            String width,
                            Formatter formatter,
                            boolean visible,
                            boolean sortable,
                            boolean wrapLine,
                            boolean frozen,
                            com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant horizontalAlign,
                            com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant verticalAlign,
                            org.cruxframework.crux.widgets.client.grid.DataColumnEditorCreators.DataColumnEditorCreator<?> editorCreator)
Parameters:
label -
width -
formatter -
visible -
sortable -
wrapLine -
horizontalAlign -
verticalAlign -
Method Detail

getFormatter

public Formatter getFormatter()
Returns:
the formatter

isWrapLine

public boolean isWrapLine()
Returns:
the wrapLine

isSortable

public boolean isSortable()

setSortable

public void setSortable(boolean sortable)

getEditorCreator

public org.cruxframework.crux.widgets.client.grid.DataColumnEditorCreators.DataColumnEditorCreator<?> getEditorCreator()

setEditorCreator

public void setEditorCreator(org.cruxframework.crux.widgets.client.grid.DataColumnEditorCreators.DataColumnEditorCreator<?> editorCreator)
Parameters:
editorCreator - the editorCreator to set


Copyright © 2014. All rights reserved.