PORTLET_TYPE_BOOLEAN [line 51]
PORTLET_TYPE_BOOLEAN = 30
|
|
Boolean is a MUST value that will can choosen by a SelectBox.
PORTLET_TYPE_HTML [line 56]
HTML behaves like
, but keeps all TAGs.
PORTLET_TYPE_INT [line 39]
An int value is always numeric.
PORTLET_TYPE_INT_OPTIONAL [line 47]
PORTLET_TYPE_INT_OPTIONAL = 25
|
|
Behaves like
, but might also be empty.
PORTLET_TYPE_INT_POSITIVE [line 43]
PORTLET_TYPE_INT_POSITIVE = 22
|
|
An int value that must be greater or equal 0.
PORTLET_TYPE_LANGUAGE [line 68]
PORTLET_TYPE_LANGUAGE = 60
|
|
Defines a Language ID.
PORTLET_TYPE_LANGUAGE_OPTIONAL [line 72]
PORTLET_TYPE_LANGUAGE_OPTIONAL = 65
|
|
Defines an optional Language ID. Must not be filled with a value.
PORTLET_TYPE_MENUID [line 60]
Menu ID must be a Number that might be negative.
PORTLET_TYPE_MENUID_OPTIONAL [line 64]
PORTLET_TYPE_MENUID_OPTIONAL = 55
|
|
This can be an empty Value. Otherwise it behaves like:
PORTLET_TYPE_STRING [line 28]
The default type of a Portlet Parameter. A String.
PORTLET_TYPE_TEXT [line 35]
Defines the value as a Text.
Text can be empty, is optional, and can be a mix of Character and Numbers. Text will call
on its value.