Package com.groiss.gui.component

Components for HTML interfaces.

See:
          Description

Class Summary
Button A HTML button element.
Checkbox A HTML Checkbox, <input type=checkbox ...
ColoredDate Deprecated. use ComparableComponent
ComparableComponent A gui component with a compare value.
DivComponent A HTML div element.
DropdownList A HTML select element with size=1
FieldSet A HTML fieldset element.
FileChooser A HTML input element for selecting files.
FormContainer The FormContainer to build a HTML form.
HiddenField A HTML hidden field element.
Image A HTML image (img) element.
Label A HTML label.
Link A HTML link element (a).
PasswordField A HTML password element.
RadioButton A HTML radio button.
RadioGroup a group of radio buttons
SelectList A HTML select list with size >1.
SortableLink A HTML link element (a) which can be sorted according to an additional attribute, the sortString.
SubmitButton A HTML submit button <input type=submit ...
TableContainer TableContainer component
Tabs A component for tabs.
Text A HTML span element.
Textarea 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.
Textfield Textfield component is used for a single line text entry fields. it should be used in conjunction with the SIZE and MAXLENGTH attributes to set the maximum amount of text that can be entered.
 

Package com.groiss.gui.component Description

Components for HTML interfaces.



@enterprise 8.0.10078 Copyright © 2001-2011 Groiss Informatics GmbH. All Rights Reserved.