ariba.ui.table
Class AWTPivotState.EdgeCell

java.lang.Object
  extended by ariba.ui.table.AWTPivotState.EdgeCell
Enclosing class:
AWTPivotState

public static class AWTPivotState.EdgeCell
extends java.lang.Object


Constructor Summary
AWTPivotState.EdgeCell(java.lang.Object object, java.lang.Object value, AWTDataTable.Column column, AWTPivotState.EdgeCell parent, AWTDataTable.Column attributeColumn)
           
 
Method Summary
 AWTDataTable.Column attributeColumn()
           
 void collectCellsAtLevel(java.util.List collection, int level)
           
 AWTDataTable.Column column()
           
 int groupSlot()
           
 boolean isAttributeCell()
           
 boolean isFirstChild()
           
 java.lang.Object itemInGroup(AWTPivotState.PivotGroup group)
           
 java.lang.Object object()
           
 AWTPivotState.EdgeCell objectCell()
           
 void setHidden(boolean yn)
           
 int span()
           
 boolean visit(ariba.ui.table.AWTPivotState.SimpleCellVisior visitor, boolean includeRoot, boolean recurse)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWTPivotState.EdgeCell

public AWTPivotState.EdgeCell(java.lang.Object object,
                              java.lang.Object value,
                              AWTDataTable.Column column,
                              AWTPivotState.EdgeCell parent,
                              AWTDataTable.Column attributeColumn)
Method Detail

itemInGroup

public java.lang.Object itemInGroup(AWTPivotState.PivotGroup group)

collectCellsAtLevel

public void collectCellsAtLevel(java.util.List collection,
                                int level)

span

public int span()

setHidden

public void setHidden(boolean yn)

isAttributeCell

public boolean isAttributeCell()

groupSlot

public int groupSlot()

objectCell

public AWTPivotState.EdgeCell objectCell()

attributeColumn

public AWTDataTable.Column attributeColumn()

column

public AWTDataTable.Column column()

object

public java.lang.Object object()

isFirstChild

public boolean isFirstChild()

visit

public boolean visit(ariba.ui.table.AWTPivotState.SimpleCellVisior visitor,
                     boolean includeRoot,
                     boolean recurse)


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