InteractiveUIContent.InteractiveUIBuilder<T> |
InteractiveUIContent.InteractiveUIBuilder.setConfigurationNodeKey(String key) |
|
InteractiveUIContent.InteractiveUIBuilder<T> |
InteractiveUIContent.InteractiveUIBuilder.setConfiguratorUIRegistry(Map<String,IConfigurationUIFactory> configuratorUIRegistry) |
|
InteractiveUIContent.InteractiveUIBuilder<T> |
InteractiveUIContent.InteractiveUIBuilder.setDefaultCheck(Set<IItemDescriptor<T>> newDefaultCheck) |
Sets the default element to check.
|
InteractiveUIContent.InteractiveUIBuilder<T> |
InteractiveUIContent.InteractiveUIBuilder.setDefaultSelection(IItemDescriptor<T> newDefaultSelection) |
Set the default element to select.
|
InteractiveUIContent.InteractiveUIBuilder<T> |
InteractiveUIContent.InteractiveUIBuilder.setHasDescription(boolean newHasDescription) |
Set to true if "this" needs to create a description field.
|
InteractiveUIContent.InteractiveUIBuilder<T> |
InteractiveUIContent.InteractiveUIBuilder.setHoldingData(DataHolder<T> newDataHolder) |
Sets a dataHolder that will be synchronized with the checked element.
|
InteractiveUIContent.InteractiveUIBuilder<T> |
InteractiveUIContent.InteractiveUIBuilder.setSimple(boolean newIsSimple) |
Set to true if the viewer can only have only one element checked at a time.
|