Class/Object

atom.widget

TextField

Related Docs: object TextField | package widget

Permalink

class TextField extends View

This component extends the current input element and will support all of its props and events. It supports valueLink and can be controlled or uncontrolled.

Annotations
@XmlRootElement()
Linear Supertypes
View, ViewSearch, Serializable, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TextField
  2. View
  3. ViewSearch
  4. Serializable
  5. Cloneable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TextField()

    Permalink
  2. new TextField(viewId: String, defaultValue: String, errorText: String, floatingLabelText: String, fullWidth: Boolean, hintText: String, multiLine: Boolean, value: String)

    Permalink

    viewId

    a string used to identify the view

    defaultValue

    the default text string to display

    errorText

    the error text string to display

    floatingLabelText

    the text string to use for the floating label element

    fullWidth

    if true, the field receives the property width 100%

    hintText

    the hint text string to display

    multiLine

    if true, a textarea element will be rendered. The textarea also grows and shrinks according to the number of lines

    value

    the value text string

Type Members

  1. type Group = view.ViewSearch.Group

    Permalink
    Attributes
    protected
    Definition Classes
    ViewSearch

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def addStyleName(style: String): Unit

    Permalink
    Definition Classes
    View
  5. final def afterUnmarshal(unmarshaller: Unmarshaller, object: Any): Unit

    Permalink
    Definition Classes
    View
  6. final def applyChange(event: PropertyChangeEvent): Unit

    Permalink
    Definition Classes
    View
  7. final def applyChanges(events: java.util.List[PropertyChangeEvent]): Unit

    Permalink
    Definition Classes
    View
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. final def assignParent(object: View): Unit

    Permalink
    Definition Classes
    View
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def cloneAsTemplate(): View

    Permalink
    Definition Classes
    View
  12. var defaultValue: String

    Permalink

    the default text string to display

  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    TextFieldView → AnyRef → Any
  15. var errorText: String

    Permalink

    the error text string to display

  16. final def filter(string: String): String

    Permalink
    Attributes
    protected[atom.view]
    Definition Classes
    View
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def findViewById(identity: String): View

    Permalink
    Definition Classes
    ViewViewSearch
  19. final def fireChange(event: AbstractPropertyChangeEvent): Unit

    Permalink
    Attributes
    protected[atom.view]
    Definition Classes
    View
  20. final def fireChange(propertyName: String, newValue: Any): Unit

    Permalink
    Definition Classes
    View
  21. var floatingLabelText: String

    Permalink

    the text string to use for the floating label element

  22. var fullWidth: Boolean

    Permalink

    if true, the field receives the property width 100%

  23. final def getChanges(): java.util.List[PropertyChangeEvent]

    Permalink
    Definition Classes
    View
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def getController(): Controller

    Permalink
    Definition Classes
    View
  26. def getDefaultValue: String

    Permalink
    Annotations
    @XmlAttribute()
  27. def getErrorText: String

    Permalink
    Annotations
    @XmlAttribute()
  28. final def getEventBits(): Int

    Permalink
    Definition Classes
    View
  29. def getFloatingLabelText: String

    Permalink
    Annotations
    @XmlAttribute()
  30. def getFullWidth(): Boolean

    Permalink
    Annotations
    @XmlAttribute()
  31. def getHintText: String

    Permalink
    Annotations
    @XmlAttribute()
  32. def getMultiLine(): Boolean

    Permalink
    Annotations
    @XmlAttribute()
  33. def getName(): String

    Permalink
    Definition Classes
    View
  34. final def getParent(): View

    Permalink
    Definition Classes
    View
  35. final def getParentId(): String

    Permalink
    Attributes
    protected[atom.view]
    Definition Classes
    View
  36. final def getStyleName(): String

    Permalink
    Definition Classes
    View
  37. def getType(): String

    Permalink
    Definition Classes
    View
  38. def getValue: String

    Permalink
    Annotations
    @XmlAttribute()
  39. final def getViewId(): String

    Permalink
    Definition Classes
    View
  40. final def handleEvent(eventCode: Int): Unit

    Permalink
    Definition Classes
    View
  41. final def hasChanged(): Boolean

    Permalink
    Definition Classes
    View
  42. def hashCode(): Int

    Permalink
    Definition Classes
    TextFieldView → AnyRef → Any
  43. var hintText: String

    Permalink

    the hint text string to display

  44. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  45. final def isTracking(): Boolean

    Permalink
    Definition Classes
    View
  46. var multiLine: Boolean

    Permalink

    if true, a textarea element will be rendered.

    if true, a textarea element will be rendered. The textarea also grows and shrinks according to the number of lines

  47. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  48. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  50. final def setController(resources: Controller): Unit

    Permalink
    Definition Classes
    View
  51. def setDefaultValue(_defaultValue: String): Unit

    Permalink
  52. def setErrorText(_errorText: String): Unit

    Permalink
  53. final def setEventBits(anEventBits: Int): Unit

    Permalink
    Definition Classes
    View
  54. final def setEventListener(eventType: EventType, listener: EventListener): Unit

    Permalink
    Definition Classes
    View
  55. def setFloatingLabelText(_floatingLabelText: String): Unit

    Permalink
  56. def setFullWidth(arg0: Boolean): Unit

    Permalink
  57. def setHintText(_hintText: String): Unit

    Permalink
  58. def setMultiLine(arg0: Boolean): Unit

    Permalink
  59. def setName(aName: String): Unit

    Permalink
    Definition Classes
    View
  60. final def setStyleName(style: String): Unit

    Permalink
    Definition Classes
    View
  61. def setType(aType: String): Unit

    Permalink
    Definition Classes
    View
  62. def setValue(_value: String): Unit

    Permalink
  63. final def setViewId(identify: String): Unit

    Permalink
    Definition Classes
    View
  64. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  65. def toString(): String

    Permalink
    Definition Classes
    TextFieldView → AnyRef → Any
  66. final def trackChanges(enable: Boolean, clearExisting: Boolean): Unit

    Permalink
    Definition Classes
    View
  67. final def trackChanges(enable: Boolean): Unit

    Permalink
    Definition Classes
    View
  68. final def trackChanges(): Unit

    Permalink
    Definition Classes
    View
  69. final def unifyId(): Unit

    Permalink
    Attributes
    protected[atom.view]
    Definition Classes
    View
  70. final def update(oldValue: String, newValue: String): String

    Permalink
    Attributes
    protected[atom.view]
    Definition Classes
    View
  71. var value: String

    Permalink

    the value text string

  72. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from View

Inherited from ViewSearch

Inherited from Serializable

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped