ariba.ui.meta.layouts
Class MetaTableColumns
java.lang.Object
ariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWBaseElement
ariba.ui.aribaweb.core.AWBindableElement
ariba.ui.aribaweb.core.AWContainerElement
ariba.ui.table.AWTDataTable.Column
ariba.ui.meta.layouts.MetaTableColumns
- All Implemented Interfaces:
- AWBindable, AWCycleable, AWCycleableReference, AWElement, AWElementContaining, AWVisitable, AWObject, Cloneable
public final class MetaTableColumns
- extends AWTDataTable.Column
This class is used inside an AWTDataTable to cause meta-data-specified
columns to be inserted in its place in the table.
e.g.
some normal column
... columns from meta data inserted here
some other column
This class exists primarily for SET UP. The Bulk of the rendering functionality
is in the MetaTableColumn class
| Fields inherited from class ariba.ui.aribaweb.util.AWBaseObject |
AribaHashtableClass, AribaVectorClass, ClassClass, EmptyHashtable, EmptyMap, EmptyVector, False, IntegerClass, JavaHashtableClass, JavaMapClass, JavaVectorClass, LogHandling, NullObject, ObjectClass, StringClass, True, UndefinedObject, UndefinedString, UninitializedRealNumber |
| Methods inherited from class ariba.ui.table.AWTDataTable.Column |
createSortOrdering, hashCode, initiallyVisible, initiallyVisible, isBlank, isGroupableColumn, isOptional, isSortableColumn, isValueColumn, isValueColumn, keyPathString, label, matchesKey, minWidthPx, pivotMoveType, prepare, prepareAndReplace, prepareSortOrdering, purgatoryKey, renderValueInLabelColumn, rowsReset, setCurrentItem, uniquingValue, wantsSpan |
| Methods inherited from interface ariba.ui.aribaweb.core.AWElement |
clone |
MetaTableColumns
public MetaTableColumns()
rendererComponentName
public String rendererComponentName()
- Description copied from class:
AWTDataTable.Column
- AWComponent to use to render this component
- Specified by:
rendererComponentName in class AWTDataTable.Column
initializeColumn
public void initializeColumn(AWTDataTable table)
- Overrides:
initializeColumn in class AWTDataTable.Column
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.