ROW
- is the generic type of the element representing a row of the grid.CELL
- is the generic type of the values located in the cells of this column.public class UiWidgetTableColumnImpl<ROW,CELL> extends AbstractUiWidgetTableColumn<UiWidgetAdapterTableColumn,ROW,CELL>
UiWidgetTableColumn
.AbstractUiWidgetNative.SizeImpl
AbstractUiWidget.AccessHelper, AbstractUiWidget.EventSender, AbstractUiWidget.HandlerContainer
PROPERTY_ROW_NUMBER, PROPERTY_SELECTED
STYLE_HEADER
HTML_ATTRIBUTE_ID, ID_SEPARATOR, PROPERTY_ID
PROPERTY_STYLES, STYLE_PATTERN_MULTIPLE, STYLE_PATTERN_SINGLE
WAI_ARIA
PROPERTY_TITLE
Constructor and Description |
---|
UiWidgetTableColumnImpl(UiContext context,
AbstractUiWidgetAbstractDataTable<?,?,ROW,?> listTable,
TypedProperty<CELL> typedProperty,
UiWidgetAdapterTableColumn widgetAdapter)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected UiWidgetAdapterTableColumn |
createWidgetAdapter()
This method creates the
widget adapter . |
void |
setReorderable(boolean reorderable)
This method sets the
reorderable attribute. |
getCurrentIndex, getDataTable, getPropertyAccessor, getSortComparator, getSortOrder, getTitle, getTypedProperty, getWidgetFactory, initializeWidgetAdapter, isAttached, isEditable, isReorderable, isResizable, isSortable, setAttached, setCurrentIndex, setEditable, setPropertyAccessor, setResizable, setSortable, setSortComparator, setSortOrder, setTitle, setWidgetFactory, sort, sort
addChangeHandler, addStyle, clearMessages, clearValidity, createSize, createUniqueId, dispose, doGetValue, doSetMode, doSetValue, doValidate, getAriaRole, getAriaRoleFixedType, getChild, getChild, getChildCount, getChildIndex, getId, getIndexOfStyle, getMode, getModeFixed, getParent, getPrimaryStyle, getSize, getStyles, getTooltip, getVisibleFlag, getWidgetAdapter, getWidgetAdapter, hasStyle, hasWidgetAdapter, isDisposed, isEnabled, isModifiedRecursive, isVisible, isVisibleRecursive, removeChangeHandler, removeFromParent, removeStyle, setAriaRole, setEnabled, setFocused, setId, setIdPrefix, setMode, setMode, setModeFixed, setParent, setPrimaryStyle, setStyles, setTooltip, setVisible, setVisible, toString, visibilityChanged
addEventHandler, addValidator, clearMessagesLocal, clearValidationFailure, convertValueToString, fireEvent, fireValueChange, getBasicUtil, getContext, getDataBinding, getDataBinding, getDataBindingForWidget, getEventSender, getFactory, getLogger, getObserverSource, getOriginalValue, getRecentValue, getSource, getValueClass, getValueDirect, getValueOrException, getWidgetAdapter, hasEventSender, isMandatory, isModified, removeEventHandler, removeFromParent, removeValidator, setMandatory, setModified, setParent, setValue
addValidatorMandatory, createValidationFailure, getValue, getValueAndValidate, handleGetValueError, resetValue, setValue, setValueForUser, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getContext, getParent, getSize
clearMessages
addEventHandler, removeEventHandler
setMode
getMode
setModeFixed
getModeFixed
setId
getId
setTooltip
getTooltip
getVisibleFlag, isVisible, setVisible, setVisible
isVisibleRecursive
setEnabled
isEnabled
addStyle, removeStyle
hasStyle
setStyles
getStyles
setPrimaryStyle
getPrimaryStyle
dispose
isDisposed
isModified
getAriaRole
validate
addValidator, removeValidator
resetValue, setValue, setValueForUser
getValue
public UiWidgetTableColumnImpl(UiContext context, AbstractUiWidgetAbstractDataTable<?,?,ROW,?> listTable, TypedProperty<CELL> typedProperty, UiWidgetAdapterTableColumn widgetAdapter)
context
- is the context
.listTable
- is the list table
this column is connected to.typedProperty
- is the typed property
of the column to create. May be
null
.widgetAdapter
- is the widget adapter
. Typically null
for
lazy initialization.protected UiWidgetAdapterTableColumn createWidgetAdapter()
widget adapter
. createWidgetAdapter
in class AbstractUiWidgetNative<UiWidgetAdapterTableColumn,CELL>
underlying widget
.public void setReorderable(boolean reorderable)
reorderable
attribute.setReorderable
in interface AttributeWriteReorderable
setReorderable
in class AbstractUiWidgetTableColumn<UiWidgetAdapterTableColumn,ROW,CELL>
reorderable
- is the new value of AttributeReadReorderable.isReorderable()
.Copyright © 2001–2016 mmm-Team. All rights reserved.