com.tensegrity.palowebviewer.modules.ui.client.cubetable
Class CubeTableView

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.ui.client.cubetable.CubeTableView

public class CubeTableView
extends java.lang.Object


Constructor Summary
CubeTableView(IFormatter formatter)
           
 
Method Summary
protected  void expandChildren(CubeHeaderModel.HeaderTreeNode node, int direction)
           
protected  void expandNode(CubeHeaderModel.HeaderTreeNode node, int direction)
           
protected  void expandNodes(CubeHeaderModel headerModel, int direction)
           
 ICubeTableModel getModel()
           
 com.google.gwt.user.client.ui.Widget getWidget()
           
 boolean isInitialization()
           
 void setColumnMaxVisibleString(java.lang.String value)
           
 void setColumnMinVisibleString(java.lang.String value)
           
 void setHintTime(int value)
           
 void setModel(ICubeTableModel value)
           
protected  void startInitialization()
           
protected  void stopInitialization()
           
protected  CubeHeaderModel.HeaderTreeNode translatePath(int direction, java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CubeTableView

public CubeTableView(IFormatter formatter)
Method Detail

startInitialization

protected void startInitialization()

stopInitialization

protected void stopInitialization()

isInitialization

public boolean isInitialization()

getWidget

public com.google.gwt.user.client.ui.Widget getWidget()

setModel

public void setModel(ICubeTableModel value)

getModel

public ICubeTableModel getModel()

setColumnMinVisibleString

public void setColumnMinVisibleString(java.lang.String value)

setColumnMaxVisibleString

public void setColumnMaxVisibleString(java.lang.String value)

setHintTime

public void setHintTime(int value)

expandNodes

protected void expandNodes(CubeHeaderModel headerModel,
                           int direction)

expandChildren

protected void expandChildren(CubeHeaderModel.HeaderTreeNode node,
                              int direction)

expandNode

protected void expandNode(CubeHeaderModel.HeaderTreeNode node,
                          int direction)

translatePath

protected CubeHeaderModel.HeaderTreeNode translatePath(int direction,
                                                       java.lang.String path)