portal.comp.tabbed
Class SimpleTab

java.lang.Object
  extended byportal.comp.tabbed.SimpleTab
All Implemented Interfaces:
IValidatable, java.io.Serializable, Tab

public class SimpleTab
extends java.lang.Object
implements Tab, IValidatable

See Also:
Serialized Form

Constructor Summary
SimpleTab(java.lang.String title, Component component)
           
 
Method Summary
 Component getComponent()
           
 java.lang.String getTitle()
           
 boolean isEnabled()
           
 void setEnabled(boolean enabled)
           
 void validate(IValidationContext validationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTab

public SimpleTab(java.lang.String title,
                 Component component)
Method Detail

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface Tab

getComponent

public Component getComponent()
Specified by:
getComponent in interface Tab

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface Tab

setEnabled

public void setEnabled(boolean enabled)
Specified by:
setEnabled in interface Tab

validate

public void validate(IValidationContext validationContext)
Specified by:
validate in interface IValidatable