Uses of Class
com.taggercat.tags.HTMLTagBuilder

Packages that use HTMLTagBuilder
com.taggercat.tags Tagger Cat's JSP tag library 
 

Uses of HTMLTagBuilder in com.taggercat.tags
 

Methods in com.taggercat.tags that return HTMLTagBuilder
 HTMLTagBuilder HTMLTagBuilder.add(java.lang.String attributeName)
          Adds an boolean type attribute; such as enabled, readonly etc.
 HTMLTagBuilder HTMLTagBuilder.addAttribute(java.lang.String attributeName, int value)
          Adds an attribute and its value, only if it is greater than zero
 HTMLTagBuilder HTMLTagBuilder.addAttribute(java.lang.String attributeName, java.lang.String value)
          Adds an attribute and its value; empty values are not added when not the value attributeName
 HTMLTagBuilder AbstractHTMLInputTag.addBaseAttributes(HTMLTagBuilder htmlTag)
          Fills in the base attributes that are common to both buttons and anchor tags.
 HTMLTagBuilder AbstractHTMLInputTag.addBaseEnabledAttributes(HTMLTagBuilder htmlTag)
          Fills in the base attributes that are common to both buttons and anchor tags.
 

Methods in com.taggercat.tags with parameters of type HTMLTagBuilder
 HTMLTagBuilder AbstractHTMLInputTag.addBaseAttributes(HTMLTagBuilder htmlTag)
          Fills in the base attributes that are common to both buttons and anchor tags.
 void AbstractDataSourceActionTag.addBaseAttributes(HTMLTagBuilder htmlTag)
          Fills in the base attributes that are common to both buttons and anchor tags.
 HTMLTagBuilder AbstractHTMLInputTag.addBaseEnabledAttributes(HTMLTagBuilder htmlTag)
          Fills in the base attributes that are common to both buttons and anchor tags.
 void AbstractDataSourceActionTag.addBaseEnabledAttributes(HTMLTagBuilder htmlTag)
          Fills in the base attributes that are common to both buttons and anchor tags.