API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.web.view. JOTViewBlock View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 Object
      JOTViewBlock
Implements
Subclasses
Description
public class JOTViewBlock
  Represent a View block.
See also:   
Constructors
public JOTViewBlock ()
Methods
Hide/Show inherited methods
public String getContent ()
public boolean isVisible ()
public void setContent (String newContent)
  If a content is defined(not null), then the "HTML element" block content will be replaced by the value of newConetnt.
public void setVisible (boolean visible)
  If set to false, the elemnt will be hidden "removed" from the generated HTML.
Fields
Hide/Show inherited fields
protected String content
protected boolean visible
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar