API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.web.view. JOTViewTag View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 Object
      JOTViewBlock
          JOTViewTag
Implements
Subclasses
Description
public class JOTViewTag
Represents an individual HTML tags So we can "customize" it on the fly: ie: redefine/add a property (class="myclass") or a flag (DISABLED) etc...
See also:   
Constructors
public JOTViewTag ()
Methods
Hide/Show inherited methods
public String getContent () [Inherited From JOTViewBlock]
public Hashtable getFlags ()
public Hashtable getTagProperties ()
public boolean isVisible () [Inherited From JOTViewBlock]
public void removeFlag (String flag)
  Remove a flag from the HTML (if found)
public void setContent (String newContent) [Inherited From JOTViewBlock]
  If a content is defined(not null), then the "HTML element" block content will be replaced by the value of newConetnt.
public void setFlag (String flag)
  Used to set a FLAG on an html element.
public void setTagProperty (String name, String value)
  This allows to redefine (or add new) HTML tags to the block.
Fields
protected String content [Inherited From JOTViewBlock]
pack-private Hashtable flags
HTML FLags ie: DISABLED CHECKED etc ....
pack-private Hashtable properties
HTML TAG property ie: class=mycssclass border=1 etc ...
protected boolean visible [Inherited From JOTViewBlock]
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar