ariba.ui.table
Class AWTRowDetail

java.lang.Object
  extended by ariba.ui.aribaweb.util.AWBaseObject
      extended by ariba.ui.aribaweb.core.AWBaseElement
          extended by ariba.ui.aribaweb.core.AWBindableElement
              extended by ariba.ui.aribaweb.core.AWContainerElement
                  extended by ariba.ui.table.AWTDataTable.Column
                      extended by ariba.ui.table.AWTColumn
                          extended by ariba.ui.table.AWTRowDetail
All Implemented Interfaces:
AWBindable, AWCycleable, AWCycleableReference, AWElement, AWElementContaining, AWVisitable, AWObject, AWTDataTable.DetailColumn, java.lang.Cloneable

public final class AWTRowDetail
extends AWTColumn
implements AWTDataTable.DetailColumn


Field Summary
 AWBinding _isVisibleBinding
           
 AWBinding _nestedTableLayout
           
 AWBinding _renderBeforeRow
           
 AWBinding _showRowLine
           
 
Fields inherited from class ariba.ui.table.AWTColumn
_actionBinding, _alignBinding, _classBinding, _formatterBinding, _initiallyVisibleBinding, _isBlankBinding, _isOptionalBinding, _isValueColumnBinding, _keyPath, _labelBinding, _minWidthPxBinding, _noGroupBinding, _noSortBinding, _nowrapBinding, _pivotMoveType, _renderValueInLabelColumnBinding, _showColumnLabelBinding, _sortCaseSensitivelyBinding, _sortKeyBinding, _sortOrderingBinding, _styleBinding, _uniquingKeyPath, _vAlignmentBinding, _wantSpanBinding, _widthBinding
 
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
 
Constructor Summary
AWTRowDetail()
           
 
Method Summary
 void init(java.lang.String tagName, java.util.Map bindingsHashtable)
           
 void initializeColumn(AWTDataTable table)
           
 boolean renderBeforeRow(AWTDataTable table)
           
 java.lang.String rendererComponentName()
          AWComponent to use to render this component
 
Methods inherited from class ariba.ui.table.AWTColumn
createBlankColumn, createPlaceholderColumn, createSortOrdering, hasNullValue, init, initiallyVisible, isBlank, isGroupableColumn, isOptional, isSortableColumn, isValueColumn, keyPathString, label, minWidthPx, pivotMoveType, prepareSortOrdering, renderValueInLabelColumn, showColumnLabel, uniquingValue, valueForRow, wantsSpan
 
Methods inherited from class ariba.ui.table.AWTDataTable.Column
hashCode, initiallyVisible, isValueColumn, matchesKey, prepare, prepareAndReplace, purgatoryKey, rowsReset, setCurrentItem
 
Methods inherited from class ariba.ui.aribaweb.core.AWContainerElement
add, appendTo, applyValues, contentElement, continueVisit, invokeAction, renderResponse, setContentElement, validate
 
Methods inherited from class ariba.ui.aribaweb.core.AWBindableElement
allBindings, determineInstance, tagName
 
Methods inherited from class ariba.ui.aribaweb.core.AWBaseElement
bareStringContent, clone, determineInstance, lineNumber, setLineNumber, setTemplateName, startVisit, templateName, toString
 
Methods inherited from class ariba.ui.aribaweb.util.AWBaseObject
debugString, ensureFieldValuesClear, getFieldValue, init, isKindOfClass, localizedJavaString, logString, logWarning, setFieldValue
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ariba.ui.aribaweb.core.AWElement
clone
 
Methods inherited from interface ariba.ui.aribaweb.core.AWCycleableReference
determineInstance
 
Methods inherited from interface ariba.ui.aribaweb.util.AWObject
getFieldValue, init, isKindOfClass, setFieldValue
 
Methods inherited from interface ariba.ui.aribaweb.core.AWVisitable
startVisit
 

Field Detail

_isVisibleBinding

public AWBinding _isVisibleBinding

_nestedTableLayout

public AWBinding _nestedTableLayout

_showRowLine

public AWBinding _showRowLine

_renderBeforeRow

public AWBinding _renderBeforeRow
Constructor Detail

AWTRowDetail

public AWTRowDetail()
Method Detail

init

public void init(java.lang.String tagName,
                 java.util.Map bindingsHashtable)
Specified by:
init in interface AWBindable
Overrides:
init in class AWTColumn

rendererComponentName

public java.lang.String rendererComponentName()
Description copied from class: AWTDataTable.Column
AWComponent to use to render this component

Overrides:
rendererComponentName in class AWTColumn

initializeColumn

public void initializeColumn(AWTDataTable table)
Overrides:
initializeColumn in class AWTColumn

renderBeforeRow

public boolean renderBeforeRow(AWTDataTable table)
Specified by:
renderBeforeRow in interface AWTDataTable.DetailColumn


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.