com.threerings.opengl.gui.config
Class ComponentConfig.TextField
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.gui.config.ComponentConfig
com.threerings.opengl.gui.config.ComponentConfig.TextComponent
com.threerings.opengl.gui.config.ComponentConfig.TextField
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Direct Known Subclasses:
- ComponentConfig.PasswordField, ComponentConfig.TextEditor
- Enclosing class:
- ComponentConfig
public static class ComponentConfig.TextField
- extends ComponentConfig.TextComponent
A text field.
| 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 |
maxLength
@Editable(min=0.0,
hgroup="t")
public int maxLength
- The maximum length of the field (or zero for unlimited).
placeholder
@Editable(hgroup="t")
public String placeholder
ComponentConfig.TextField
public ComponentConfig.TextField()
Copyright © 2011. All Rights Reserved.