org.odlabs.wiquery.core.options
Class EventLabelOptions

java.lang.Object
  extended by org.odlabs.wiquery.core.options.EventLabelOptions
All Implemented Interfaces:
Serializable, IComplexOption

public class EventLabelOptions
extends Object
implements IComplexOption

Representation of an EventLabel into an ItemOptions

Author:
Julien Roche
See Also:
Serialized Form

Constructor Summary
EventLabelOptions(EventLabel eventLabel)
          Default constructor
 
Method Summary
 EventLabel getEventLabel()
          Method retrieving the eventLabel value
 CharSequence getJavascriptOption()
          Method retrieving the javascript representation of this complex option
 void setInteger(EventLabel eventLabel)
          Methode setting the eventLabel value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 CharSequence getJavascriptOption()
Description copied from interface: IComplexOption
Method retrieving the javascript representation of this complex option

Specified by:
getJavascriptOption in interface IComplexOption
Returns:
the javascript

setInteger

public void setInteger(EventLabel eventLabel)
Methode setting the eventLabel value

Parameters:
eventLabel - EventLabel


Copyright © 2012. All Rights Reserved.