nl.gx.webmanager.cms.form
Interface PredefinedListItem


public interface PredefinedListItem

This class represents the interface for an item of a predefined list. A predefined list is maintained in the form module (options) and can be used to create selection pulldowns in a form from which a user can select the available options. This interface represents such an option.

Author:
Ivo Ladage-van Doorn

Method Summary
 int getId()
          Returns the identifier of the predefines list item.
 java.lang.String getLabel()
          Returns the label of the predefined list item.
 java.lang.String getValue()
          Returns the internal value (id) of the list item.
 boolean isDefaultChecked()
          Indicates if the list item should be checked by default.
 

Method Detail

getId

int getId()
Returns the identifier of the predefines list item.

Returns:
the identifier of the predefines list item.

getValue

java.lang.String getValue()
Returns the internal value (id) of the list item.

Returns:
the internal value (id) of the list item.

getLabel

java.lang.String getLabel()
Returns the label of the predefined list item.

Returns:
the label of the predefined list item.

isDefaultChecked

boolean isDefaultChecked()
Indicates if the list item should be checked by default.

Returns:
if the list item should be checked by default.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.