pivot.wtk
Class Component.Attributes

java.lang.Object
  extended by pivot.wtk.Component.Attributes
Direct Known Subclasses:
Accordion.AccordionAttributes, Form.FormAttributes, TablePane.TablePaneAttributes, TabPane.TabPaneAttributes
Enclosing class:
Component

public abstract static class Component.Attributes
extends Object

Abstract base class for component "attributes". Attributes are attached properties that are specific to a particular component type.

Author:
gbrown

Constructor Summary
protected Component.Attributes()
           
 
Method Summary
 Component getComponent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Component.Attributes

protected Component.Attributes()
Method Detail

getComponent

public Component getComponent()