Class EventLabelOptions
- java.lang.Object
-
- org.wicketstuff.wiquery.core.options.EventLabelOptions
-
- All Implemented Interfaces:
java.io.Serializable,IComplexOption
public class EventLabelOptions extends java.lang.Object implements IComplexOption
Representation of an EventLabel into an ItemOptions- Author:
- Julien Roche
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventLabelOptions(EventLabel eventLabel)Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventLabelgetEventLabel()Method retrieving the eventLabel valuejava.lang.CharSequencegetJavascriptOption()Method retrieving the javascript representation of this complex optionvoidsetInteger(EventLabel eventLabel)Methode setting the eventLabel value
-
-
-
Constructor Detail
-
EventLabelOptions
public EventLabelOptions(EventLabel eventLabel)
Default constructor- Parameters:
eventLabel-
-
-
Method Detail
-
getEventLabel
public EventLabel getEventLabel()
Method retrieving the eventLabel value- Returns:
- the eventLabel
-
getJavascriptOption
public java.lang.CharSequence getJavascriptOption()
Description copied from interface:IComplexOptionMethod retrieving the javascript representation of this complex option- Specified by:
getJavascriptOptionin interfaceIComplexOption- Returns:
- the javascript
-
setInteger
public void setInteger(EventLabel eventLabel)
Methode setting the eventLabel value- Parameters:
eventLabel- EventLabel
-
-