org.cruxframework.crux.widgets.client.grid
Class DataColumnDefinition
java.lang.Object
org.cruxframework.crux.widgets.client.grid.ColumnDefinition
org.cruxframework.crux.widgets.client.grid.DataColumnDefinition
public class DataColumnDefinition
- extends ColumnDefinition
|
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. |
| 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 |
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 -
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.