org.apache.beehive.netui.tags.rendering
Class AnchorTag.State

Object
  extended by AbstractTagState
      extended by AbstractAttributeState
          extended by AbstractHtmlState
              extended by AnchorTag.State
Enclosing class:
AnchorTag

public static class AnchorTag.State
extends AbstractHtmlState

The State assocated with the Anchor Tag.


Field Summary
 String href
           
 String name
           
 
Fields inherited from class AbstractHtmlState
ATTR_JAVASCRIPT, id, style, styleClass
 
Fields inherited from class AbstractAttributeState
ATTR_GENERAL, EMPTY_STRING
 
Constructor Summary
AnchorTag.State()
           
 
Method Summary
 void clear()
          Initialize the state.
 
Methods inherited from class AbstractHtmlState
getEventMap, selectMap
 
Methods inherited from class AbstractAttributeState
getAttribute, getGeneralAttributeMap, registerAttribute, registerAttribute, removeAttribute
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

href

public String href
Constructor Detail

AnchorTag.State

public AnchorTag.State()
Method Detail

clear

public void clear()
Description copied from class: AbstractHtmlState
Initialize the state.

Overrides:
clear in class AbstractHtmlState