Package org.infolayer.templates.html

Class Summary
HtmlLoader  
HtmlUtils  
StringList  
SvgGraphics  
TE_actions Generates a set of buttons: All public operations available for self where the current user meets the permissions, plus additional edit or query buttons, depending on the type of self and the user permissions.
TE_banner Renders a given text as a graphical image.
TE_cancel If it is embedded in an <t:form> element, the <t:cancel> element creates a cancel button.
TE_chart Renders information in a chart.
TE_chartdata Do-nothing element.
TE_clone Writes a clone button.
TE_column This element determines the content of a column in a dynamic table.
TE_control Displays a button that performs a HTTP-GET for the address determined by the followup-Attribute.
TE_create Inserts a control for creating new instances in the HTML page.
TE_default  
TE_download Provides a template element that allows downloading objects from the InfoLayer.
TE_edit Writes a submit input element in edit mode, otherwise an edit button.
TE_eval Inserts the evaluation result of the OCL expression contained in the expr-attribute.
TE_exec Generates a Form including a Button which triggers the execution of the expression given in the "expr" attribute
TE_form Writes an HTML form element, including a method and URL depending on the type and method attributes.
TE_image Displays an image that is contained in the field determined by the name attribute.
TE_link The <t:link> element creates a hyperlink to the object denoted by the expr attribute.
TE_login Generates a complete login form, including input elements for the user and password, as well as login and cancel buttons.
TE_messages The <t:messages> element displays messages such as "Login Failed", resulting from processing forms.
TE_operation The <t:operation> element creates a button that performs the operation denoted by the name attribute.
TE_operations The <t:operations> element generates a table of buttons which are applicable to the current context for the current user.
TE_part  
TE_properties The <t:properties> element generates a table consisting of labels and properties of the current object.
TE_property The <t:property> element displays the object property denoted by the name attribute.
TE_query  
TE_statemachine  
TE_submit The <t:submit> element displays a submit button if included in a form element.
TE_table Generates a html table.
TE_tree The <t:tree> element displays a nested tree of instances or classes.
TE_triggers  
TE_valueOf The XHTML <t:valueOf> element is identical to the general <t:valueOf> template element, but provides some additional format implementations for collections like table and li that cannot be provided for XML in general.