addChangeListener(ValueChangeListener)
Method name |
Return type |
Available since |
addChangeListener(ValueChangeListener) |
void |
|
Overview
compareTo(Comparable)
Method name |
Return type |
Available since |
compareTo(Comparable) |
int |
|
Overview
equals(Object)
Method name |
Return type |
Available since |
equals(Object) |
boolean |
|
Overview
get
Method name |
Return type |
Available since |
get |
Element |
|
Overview
getActivityNames
Method name |
Return type |
Available since |
getActivityNames |
List |
|
Overview
getAllowed(String)
Method name |
Return type |
Available since |
getAllowed(String) |
Set |
|
Overview
getAllowedExplicit(String)
Method name |
Return type |
Available since |
getAllowedExplicit(String) |
Set |
|
Overview
getClass
The .getClass() (in Bean syntax: .class) method returns the class of the invoking object (cf. java.lang.Class).
Invocation:
$CMS_VALUE(myString.class)$
$CMS_VALUE(myString.getClass())$
Output:
java.lang.String
Method name |
Return type |
Available since |
getClass |
Class |
|
Overview
getForbidden(String)
Method name |
Return type |
Available since |
getForbidden(String) |
Set |
|
Overview
getForbiddenExplicit(String)
Method name |
Return type |
Available since |
getForbiddenExplicit(String) |
Set |
|
Overview
getGroupsName
Method name |
Return type |
Available since |
getGroupsName |
String |
|
Overview
getNotifier
Overview
getPriority
Method name |
Return type |
Available since |
getPriority |
Priority |
|
Overview
isCase(Object)
Method name |
Return type |
Available since |
isCase(Object) |
boolean |
|
Overview
isEmpty
Method name |
Return type |
Available since |
isEmpty |
boolean |
|
Overview
isInherited
Method name |
Return type |
Available since |
isInherited |
boolean |
|
Overview
isNull
The .isNull() (in Bean syntax: .isNull) method checks whether an expression or object is null , e.g. storeElement.isNull(). In the case of objects with complex values or objects, the object decides when it is null. The data type DomElement for example always contains an empty document, thus it is never null. For this reason, checking an empty DOM editor input component by using the method .isNull() returns the value false, whereas checking the component with .isEmpty() would return the value true.
The method .isNull() returns a Boolean value as the check result. true is the check result if the expression or object is null and false if not.
Method name |
Return type |
Available since |
isNull |
boolean |
|
Overview
print
Method name |
Return type |
Available since |
print |
void |
|
Overview
removeChangeListener(ValueChangeListener)
Method name |
Return type |
Available since |
removeChangeListener(ValueChangeListener) |
void |
|
Overview
set(Element)
Method name |
Return type |
Available since |
set(Element) |
void |
|
Overview
set(String, Object)
Method name |
Return type |
Available since |
set(String, Object) |
Object |
|
Overview
setAllowed(String, Collection)
Method name |
Return type |
Available since |
setAllowed(String, Collection) |
void |
|
Overview
setConnection(Connection)
Method name |
Return type |
Available since |
setConnection(Connection) |
void |
|
Overview
setForbidden(String, Collection)
Method name |
Return type |
Available since |
setForbidden(String, Collection) |
void |
|
Overview
setInherited(boolean)
Method name |
Return type |
Available since |
setInherited(boolean) |
void |
|
Overview
setPriority(Priority)
Method name |
Return type |
Available since |
setPriority(Priority) |
void |
|
Overview
toJson
Convert to JSON string representtion (only handles Maps, Collections, Arrays, Numbers, and Strings)
Method name |
Return type |
Available since |
toJson |
String |
4.2.14 |
Overview
toString
Method name |
Return type |
Available since |
toString |
String |
|
Overview
type
Method name |
Return type |
Available since |
type |
String |
|
Overview