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 Object


Constructor Summary
AWTPivotState.EdgeCell(Object object, Object value, AWTDataTable.Column column, AWTPivotState.EdgeCell parent, AWTDataTable.Column attributeColumn)
           
 
Method Summary
 AWTDataTable.Column attributeColumn()
           
 void collectCellsAtLevel(List collection, int level)
           
 AWTDataTable.Column column()
           
 int groupSlot()
           
 boolean isAttributeCell()
           
 boolean isFirstChild()
           
 Object itemInGroup(AWTPivotState.PivotGroup group)
           
 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(Object object,
                              Object value,
                              AWTDataTable.Column column,
                              AWTPivotState.EdgeCell parent,
                              AWTDataTable.Column attributeColumn)
Method Detail

itemInGroup

public Object itemInGroup(AWTPivotState.PivotGroup group)

collectCellsAtLevel

public void collectCellsAtLevel(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 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-2009 Ariba, Inc. All Rights Reserved.