Package com.groiss.gui.component
package com.groiss.gui.component
Components for HTML interfaces.
-
ClassDescriptionA HTML button element.A HTML Checkbox, <input type=checkbox ...ComparableComponent<T extends Comparable<T>>A gui component with a compare value.A HTML div element.A HTML select element with size=1A HTML fieldset element.A HTML input element for selecting files.The FormContainer to build a HTML form.A HTML hidden field element.A HTML image (img) element.A HTML label.A HTML link element (a).A HTML password element.A HTML radio button.a group of radio buttonsA HTML select list with size > 1.A HTML link element (a) which can be sorted according to an additional attribute, the sortString.A HTML submit button <input type=submit ...Container for a HTML table.A component for tabs.A HTML span element.Textarea component is used to enter more than one line of text. it should be used in conjunction with the ROWS and COLS attributes to set the size of the textarea.The Textfield component is used for a single line text entry fields.