Skip to content
Reference > Classes

StyleOptionDefinition

Definition

StyleOptionDefinition var = .... ;

Extends

Extended By

None

Description

Represents the definition of a particular style option

Method Summary

Owner Name Return Type Description
Object getClassName() String Returns the string name of this object's class type.
StyleOptionDefinition getDescription() String Returns the style description.
StyleOptionDefinition getMaxValue() Integer Returns the maximum value allowed for this option, or null if there is no maximum.
StyleOptionDefinition getMinValue() Integer Returns the minimum value allowed for this option, or null if there is no minimum.
StyleOptionDefinition getName() String Returns the variable name.
StyleOptionDefinition getPermittedValues() Set Returns a set of permitted values for this particular style.
StyleOptionDefinition getType() String Returns the type.
StyleOptionDefinition isList() Boolean Returns true if the style option supports a list of values, false otherwise.
Object toJson() String Returns a json representation of this object.

Method Definitions


getDescription()

String StyleOptionDefinition::getDescription()

Description

Returns the style description.


getMaxValue()

Integer StyleOptionDefinition::getMaxValue()

Description

Returns the maximum value allowed for this option, or null if there is no maximum.


getMinValue()

Integer StyleOptionDefinition::getMinValue()

Description

Returns the minimum value allowed for this option, or null if there is no minimum.


getName()

String StyleOptionDefinition::getName()

Description

Returns the variable name.


getPermittedValues()

Set StyleOptionDefinition::getPermittedValues()

Description

Returns a set of permitted values for this particular style.


getType()

String StyleOptionDefinition::getType()

Description

Returns the type.


isList()

Boolean StyleOptionDefinition::isList()

Description

Returns true if the style option supports a list of values, false otherwise.