org.infolayer.templates.html
Class TE_part

java.lang.Object
  extended byorg.kxml2.kdom.Element
      extended byorg.infolayer.templates.TemplateElement
          extended byorg.infolayer.templates.html.TE_property
              extended byorg.infolayer.templates.html.TE_part

public class TE_part
extends TE_property

See Also:
Serialized Form

Constructor Summary
TE_part()
           
 
Method Summary
 void apply(XmlSerializer xw, IlRequest context, Bindings bindings)
          Applies the template in the given context and with the given bindings.
 
Methods inherited from class org.infolayer.templates.html.TE_property
getClassesAsList, getClassesAsTree, writeAssocSelect, writeBooleanSelect, writeClassOptions, writeEditDate, writeEnumerationSelect, writeProperty
 
Methods inherited from class org.infolayer.templates.TemplateElement
applyChildren, assertNoChildren, assertNoChildren, getAttributeValue, getVarDefs, init, readTextContent, setVarDefs, writeAttributes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TE_part

public TE_part()
Method Detail

apply

public void apply(XmlSerializer xw,
                  IlRequest context,
                  Bindings bindings)
           throws java.io.IOException
Description copied from class: TE_property
Applies the template in the given context and with the given bindings. The zero'th element of the bindings is relevant. It may be either a class or an object. The name property denotes the attribute or relation to write.

Overrides:
apply in class TE_property
Throws:
java.io.IOException