|
Servoy 5.x Public API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<PropertyEditorOption>
com.servoy.j2db.dataui.PropertyEditorOption
public enum PropertyEditorOption
Options for PropertyEditorHint hints.
| Enum Constant Summary | |
|---|---|
includeAggregates
Boolean option to include aggregates in the available values. |
|
includeCalculations
Boolean option to include calculations in the available values. |
|
includeColumns
Boolean option to include columns in the available values. |
|
includeForm
Boolean option to include form local data. |
|
includeGlobal
Boolean option to include global data. |
|
includeNestedRelations
Boolean option to include nested relations or nested related dataproviders. |
|
includeNone
Boolean option to include none in the available values. |
|
includeRelatedAggregates
Boolean option to include related aggregates in the available values. |
|
includeRelatedCalculations
Boolean option to include related calculations in the available values. |
|
includeRelations
Boolean option to include related dataproviders in the available values. |
|
styleLookupName
String setting for lookupName in PropertyEditorClass.styleclass property selection. |
|
| Method Summary | |
|---|---|
static PropertyEditorOption |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PropertyEditorOption[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PropertyEditorOption includeAggregates
public static final PropertyEditorOption includeCalculations
public static final PropertyEditorOption includeColumns
public static final PropertyEditorOption includeForm
public static final PropertyEditorOption includeGlobal
public static final PropertyEditorOption includeNestedRelations
public static final PropertyEditorOption includeNone
public static final PropertyEditorOption includeRelatedAggregates
public static final PropertyEditorOption includeRelatedCalculations
public static final PropertyEditorOption includeRelations
public static final PropertyEditorOption styleLookupName
PropertyEditorClass.styleclass property selection.
| Method Detail |
|---|
public static PropertyEditorOption valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic static final PropertyEditorOption[] values()
for(PropertyEditorOption c : PropertyEditorOption.values())
System.out.println(c);
|
Copyright © 2010 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||