com.threerings.opengl.gui.config
Class ComponentConfig.Spinner
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.gui.config.ComponentConfig
com.threerings.opengl.gui.config.ComponentConfig.Spinner
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ComponentConfig
public static class ComponentConfig.Spinner
- extends ComponentConfig
| Nested classes/interfaces inherited from class com.threerings.opengl.gui.config.ComponentConfig |
ComponentConfig.Button, ComponentConfig.ChatOverlay, ComponentConfig.CheckBox, ComponentConfig.ColorPicker, ComponentConfig.ComboBox, ComponentConfig.Container, ComponentConfig.HTMLView, ComponentConfig.Label, ComponentConfig.List, ComponentConfig.Orientation, ComponentConfig.PasswordField, ComponentConfig.RenderableView, ComponentConfig.ScrollBar, ComponentConfig.ScrollPane, ComponentConfig.Slider, ComponentConfig.Spacer, ComponentConfig.Spinner, ComponentConfig.StatusLabel, ComponentConfig.TabbedPane, ComponentConfig.TextArea, ComponentConfig.TextComponent, ComponentConfig.TextEditor, ComponentConfig.TextField, ComponentConfig.ToggleButton, ComponentConfig.UserInterface, ComponentConfig.ViewModel |
editorStyle
@Editable(nullable=true)
public ConfigReference<StyleConfig> editorStyle
- The style for the editor, if non-default.
nextStyle
@Editable(nullable=true)
public ConfigReference<StyleConfig> nextStyle
- The style for the next button, if non-default.
previousStyle
@Editable(nullable=true)
public ConfigReference<StyleConfig> previousStyle
- The style for the previous button, if non-default.
ComponentConfig.Spinner
public ComponentConfig.Spinner()
Copyright © 2011. All Rights Reserved.