org.jucas.addon.html |
Some standard peers which represent the standard HTML input elements
|
Java Source File Name | Type | Comment |
BaseElement.java | Class | The root Element of the Peers in this package. |
CheckBoxOptionsElement.java | Class | An element which can back an html checkbox or options group.
It can contain many values and a string of values can be set, which
correspondes to the selection the usageform is as action name
jucas: beanName-of-Element.selected and as value the value(s)
selected. |
HtmlActionEvent.java | Class | Event which is fired when some value is set on the IPeers in this package. |
HtmlActionListener.java | Interface | |
JucasHtmlUtils.java | Class | |
RadioElement.java | Class | A model which back an html radioelemnt. |
StringArrayElement.java | Class | Base class for elements which can have mulitple values. |
TextElement.java | Class | Element which backs text,textarea and hidden fields in html. |