ROW
- is the generic type of a row in the value list
.public class UiWidgetListTableGwt<ROW> extends AbstractUiWidgetListTable<UiWidgetAdapterGwtListTable<ROW>,ROW,ItemContainerGwt<ROW>>
UiWidgetListTable
using GWT.Modifier and Type | Class and Description |
---|---|
static class |
UiWidgetListTableGwt.Factory
This inner class is the
factory for this widget. |
AbstractUiWidgetNative.SizeImpl
AbstractUiWidget.AccessHelper, AbstractUiWidget.EventSender, AbstractUiWidget.HandlerContainer
STYLE_DATA_TABLE
PROPERTY_SUMMARY
PROPERTY_TITLE
STYLE_HEADER
HTML_ATTRIBUTE_ID, ID_SEPARATOR, PROPERTY_ID
PROPERTY_STYLES, STYLE_PATTERN_MULTIPLE, STYLE_PATTERN_SINGLE
WAI_ARIA
ACCESS_KEY_NONE, HTML_ATTRIBUTE_ACCESS_KEY
Constructor and Description |
---|
UiWidgetListTableGwt(UiContext context,
UiWidgetAdapterGwtListTable<ROW> widgetAdapter)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected ItemContainerGwt<ROW> |
createRowContainer() |
protected UiWidgetAdapterGwtListTable<ROW> |
createWidgetAdapter()
This method creates the
widget adapter . |
doGetValue, doSetValue, initializeWidgetAdapter
addRow, addRow, doSetSelected, getAllAvailableItems, getItemContainer, getLastAvailableItem, getRowIndex, getValueClass, removeRow, replaceRow
createColumn, createColumn, createRowContainer, createSelectionColumn, createTableColumnAdapter, dragColumn, getColumn, getColumnById, getColumnCount, getItem, getRowNumberColumn, getSelectionColumn, hasRowNumberColumn, setColumns, setDragOverColumn
addSelectionHandler, asFeatureSelectedValue, clearSelection, doGetSelected, getFirstAvailableItem, getSelectedValue, getSelectedValues, getSelectedValuesInternal, getSelectionCount, getSelectionMode, getSummary, getTitle, hasSelectedValue, isEditable, isSelected, isTitleVisible, onItemSelection, removeSelectionHandler, setEditable, setSelectedValue, setSelectedValues, setSelectedValues, setSelection, setSelection, setSelectionMode, setSummary, setTitle, setTitleVisible
addFocusHandler, getAccessKey, isFocused, onAccessKeyPressed, removeFocusHandler, setAccessKey, setFocused, setFocused
addChangeHandler, addStyle, clearMessages, clearValidity, createSize, createUniqueId, dispose, doSetMode, 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, 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, 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
getValue
addRow, addRow, getRowIndex, removeRow, replaceRow
createColumn, createColumn, getColumn, getColumnById, getColumnCount, getRowNumberColumn, getSelectionColumn, setColumns
getTitle, setTitle
addSelectionHandler, isSelected, removeSelectionHandler, setSelection
setSelectedValue, setSelectedValues
getSelectedValue, getSelectedValues, getSelectionCount, hasSelectedValue
setSelectionMode
getSelectionMode
setSummary
getSummary
setTitleVisible
isTitleVisible
setEditable
isEditable
asFeatureSelectedValue
getValueAndValidate, getValueDirect
addChangeHandler, removeChangeHandler
resetValue, setValue, setValue, setValueForUser
getOriginalValue, getValueOrException
addValidatorMandatory, isMandatory
addValidator, removeValidator
validate
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
public UiWidgetListTableGwt(UiContext context, UiWidgetAdapterGwtListTable<ROW> widgetAdapter)
context
- is the context
.widgetAdapter
- is the widget adapter
. Typically null
for
lazy initialization.protected ItemContainerGwt<ROW> createRowContainer()
createRowContainer
in class AbstractUiWidgetAbstractDataTable<UiWidgetAdapterGwtListTable<ROW>,List<ROW>,ROW,ItemContainerGwt<ROW>>
AbstractItemContainer
.protected UiWidgetAdapterGwtListTable<ROW> createWidgetAdapter()
widget adapter
. createWidgetAdapter
in class AbstractUiWidgetNative<UiWidgetAdapterGwtListTable<ROW>,List<ROW>>
underlying widget
.Copyright © 2001–2016 mmm-Team. All rights reserved.