to.etc.domui.component.layout
Class TabPanelBase.TabInstance

java.lang.Object
  extended by to.etc.domui.component.layout.TabPanelBase.TabInstance
All Implemented Interfaces:
IErrorMessageListener
Enclosing class:
TabPanelBase

protected static class TabPanelBase.TabInstance
extends java.lang.Object
implements IErrorMessageListener


Constructor Summary
TabPanelBase.TabInstance(NodeBase label, NodeBase content, Img img)
           
 
Method Summary
 void errorMessageAdded(Page pg, UIMessage m)
           
 void errorMessageRemoved(Page pg, UIMessage m)
           
 NodeBase getContent()
           
 Img getImg()
           
 NodeBase getLabel()
           
 Li getTab()
           
 boolean hasErrors()
           
 void setTab(Li tab)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabPanelBase.TabInstance

public TabPanelBase.TabInstance(NodeBase label,
                                NodeBase content,
                                Img img)
Method Detail

getContent

public NodeBase getContent()

getLabel

public NodeBase getLabel()

getTab

public Li getTab()

setTab

public void setTab(Li tab)

getImg

public Img getImg()

errorMessageAdded

public void errorMessageAdded(Page pg,
                              UIMessage m)
Specified by:
errorMessageAdded in interface IErrorMessageListener

errorMessageRemoved

public void errorMessageRemoved(Page pg,
                                UIMessage m)
Specified by:
errorMessageRemoved in interface IErrorMessageListener

hasErrors

public boolean hasErrors()