net.jtools.tmpl.model
Class SimpleItem
java.lang.Object
net.jtools.tmpl.model.SimpleObject
net.jtools.tmpl.model.SimpleItem
- All Implemented Interfaces:
- Item
- Direct Known Subclasses:
- SimpleItem.External, SimpleItem.Reference, SimpleItem.Writeable, WriteableNode
public class SimpleItem
- extends SimpleObject
- implements Item
Nested classes/interfaces inherited from interface net.jtools.tmpl.model.Item |
Item.Support |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAB
protected static final String TAB
- See Also:
- Constant Field Values
SimpleItem
public SimpleItem(Item parent)
check
public final void check()
- Specified by:
check
in interface Item
commaseparated
protected final String commaseparated(int index,
String prefix,
String x)
getClassname
public Classname getClassname()
- Specified by:
getClassname
in interface Item
getModel
public Model getModel()
- Specified by:
getModel
in interface Item
getName
public String getName()
- Specified by:
getName
in interface Item
getParent
public Item getParent()
- Specified by:
getParent
in interface Item
isChecked
public final boolean isChecked()
- Specified by:
isChecked
in interface Item
literal
protected final String literal(String x)
onCheck
protected boolean onCheck()
setName
public void setName(String name)
solve
public void solve()
- Specified by:
solve
in interface Item
© 2000-2006, JTools.org.