Class/Object

atom.widget

Row

Related Docs: object Row | package widget

Permalink

class Row extends ViewGroup

Grid row.

Linear Supertypes
ViewGroup, view.ViewSearch.Group, View, ViewSearch, Serializable, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Row
  2. ViewGroup
  3. Group
  4. View
  5. ViewSearch
  6. Serializable
  7. Cloneable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Row()

    Permalink
  2. new Row(viewId: String)

    Permalink

    viewId

    a string used to identify the view

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 addFirstView(views: <repeated...>[View]): Unit

    Permalink
    Definition Classes
    ViewGroup
  5. final def addStyleName(style: String): Unit

    Permalink
    Definition Classes
    View
  6. final def addView(views: <repeated...>[View]): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    View
  12. def clearChildren(): Unit

    Permalink
    Definition Classes
    ViewGroup
  13. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ViewGroupView
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(object: Any): Boolean

    Permalink
    Definition Classes
    ViewGroupView → AnyRef → Any
  17. final def filter(string: String): String

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

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

    Permalink
    Definition Classes
    ViewGroup → Group
  20. final def findChildViewIndexById(identity: String): Int

    Permalink
    Definition Classes
    ViewGroup
  21. def findViewById(identity: String): View

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

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

    Permalink
    Definition Classes
    View
  24. final def getChanges(): java.util.List[PropertyChangeEvent]

    Permalink
    Definition Classes
    View
  25. def getChild(): ViewLinkedList

    Permalink
    Attributes
    protected[atom.view]
    Definition Classes
    ViewGroup
  26. def getChildren(): ViewLinkedList

    Permalink
    Definition Classes
    RowViewGroup
    Annotations
    @XmlElement() @JsonProperty()
  27. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    View
  29. final def getEventBits(): Int

    Permalink
    Definition Classes
    View
  30. def getName(): String

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ViewGroupView → AnyRef → Any
  39. final def insertView(before: String, views: <repeated...>[View]): Unit

    Permalink
    Definition Classes
    ViewGroup
  40. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    View
  42. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  45. final def removeView(views: <repeated...>[View]): Unit

    Permalink
    Definition Classes
    ViewGroup
  46. final def setChildren(views: java.util.List[View]): Unit

    Permalink
    Definition Classes
    ViewGroup
  47. final def setController(resources: Controller): Unit

    Permalink
    Definition Classes
    View
  48. final def setEventBits(anEventBits: Int): Unit

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

    Permalink
    Definition Classes
    View
  50. def setGroupController(groupController: GroupController): Unit

    Permalink
    Definition Classes
    ViewGroup
  51. def setName(aName: String): Unit

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

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

    Permalink
    Definition Classes
    View
  54. final def setViewId(identify: String): Unit

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[atom.view]
    Definition Classes
    View
  62. final def wait(): Unit

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

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

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

Inherited from ViewGroup

Inherited from view.ViewSearch.Group

Inherited from View

Inherited from ViewSearch

Inherited from Serializable

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped