org.apache.tapestry.dojo.html
Interface IDojoTitlePane

All Superinterfaces:
IDojoHtmlWidget
All Known Implementing Classes:
TitlePane

public interface IDojoTitlePane
extends IDojoHtmlWidget

Since:
4.1
Author:
andyhot

Method Summary
 java.lang.String getContainerNodeClass()
          Contrainer node class.
 java.lang.String getLabel()
          Label.
 java.lang.String getLabelNode()
          Label node.
 java.lang.String getLabelNodeClass()
          Label node class.
 
Methods inherited from interface org.apache.tapestry.dojo.html.IDojoHtmlWidget
getToggle, getToggleDuration
 

Method Detail

getLabelNode

java.lang.String getLabelNode()
Label node.


getLabelNodeClass

java.lang.String getLabelNodeClass()
Label node class.


getContainerNodeClass

java.lang.String getContainerNodeClass()
Contrainer node class.


getLabel

java.lang.String getLabel()
Label.



Copyright © 2006 Apache Software Foundation. All Rights Reserved.