Class/Object

atom.widget

Column

Related Docs: object Column | package widget

Permalink

class Column extends ViewGroup

Grid column.

Linear Supertypes
ViewGroup, view.ViewSearch.Group, View, ViewSearch, Serializable, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Column
  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 Column()

    Permalink
  2. new Column(viewId: String, lg: Integer, lgOffset: Integer, lgPull: Integer, lgPush: Integer, md: Integer, mdOffset: Integer, mdPull: Integer, mdPush: Integer, sm: Integer, smOffset: Integer, smPull: Integer, smPush: Integer, xs: Integer, xsOffset: Integer, xsPull: Integer, xsPush: Integer)

    Permalink

    viewId

    a string used to identify the view

    lg

    the number of columns you wish to span for Large devices Desktops (≥1200px).

    lgOffset

    move columns to the right for Large devices Desktops

    lgPull

    change the order of grid columns to the left for Large devices Desktops

    lgPush

    change the order of grid columns to the right for Large devices Desktops

    md

    the number of columns you wish to span for Medium devices Desktops (≥992px)

    mdOffset

    move columns to the right for Medium devices Desktops

    mdPull

    change the order of grid columns to the left for Medium devices Desktops

    mdPush

    change the order of grid columns to the right for Medium devices Desktops

    sm

    the number of columns you wish to span for Small devices Desktops (≥768px)

    smOffset

    move columns to the right for Small devices Desktops

    smPull

    change the order of grid columns to the left for Small devices Desktops

    smPush

    change the order of grid columns to the right for Small devices Desktops

    xs

    the number of columns you wish to span for Extra small devices Desktops (<768px)

    xsOffset

    move columns to the right for Extra small devices Desktops

    xsPull

    change the order of grid columns to the left for Extra small devices Desktops

    xsPush

    change the order of grid columns to the right for Extra small devices Desktops

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(o: Any): Boolean

    Permalink
    Definition Classes
    ColumnViewGroupView → 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
    ColumnViewGroup
    Annotations
    @XmlAnyElement() @XmlElementRef() @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 getLg(): Integer

    Permalink
    Annotations
    @XmlAttribute()
  31. def getLgOffset(): Integer

    Permalink
    Annotations
    @XmlAttribute()
  32. def getLgPull(): Integer

    Permalink
    Annotations
    @XmlAttribute()
  33. def getLgPush(): Integer

    Permalink
    Annotations
    @XmlAttribute()
  34. def getMd(): Integer

    Permalink
    Annotations
    @XmlAttribute()
  35. def getMdOffset(): Integer

    Permalink
    Annotations
    @XmlAttribute()
  36. def getMdPull(): Integer

    Permalink
    Annotations
    @XmlAttribute()
  37. def getMdPush(): Integer

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

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

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

    Permalink
    Attributes
    protected[atom.view]
    Definition Classes
    View
  41. def getSm(): Integer

    Permalink
    Annotations
    @XmlAttribute()
  42. def getSmOffset(): Integer

    Permalink
    Annotations
    @XmlAttribute()
  43. def getSmPull(): Integer

    Permalink
    Annotations
    @XmlAttribute()
  44. def getSmPush(): Integer

    Permalink
    Annotations
    @XmlAttribute()
  45. final def getStyleName(): String

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

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

    Permalink
    Definition Classes
    View
  48. def getXs(): Integer

    Permalink
    Annotations
    @XmlAttribute()
  49. def getXsOffset(): Integer

    Permalink
    Annotations
    @XmlAttribute()
  50. def getXsPull(): Integer

    Permalink
    Annotations
    @XmlAttribute()
  51. def getXsPush(): Integer

    Permalink
    Annotations
    @XmlAttribute()
  52. final def handleEvent(eventCode: Int): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    View
  58. var lg: Integer

    Permalink

    the number of columns you wish to span for Large devices Desktops (≥1200px).

  59. var lgOffset: Integer

    Permalink

    move columns to the right for Large devices Desktops

  60. var lgPull: Integer

    Permalink

    change the order of grid columns to the left for Large devices Desktops

  61. var lgPush: Integer

    Permalink

    change the order of grid columns to the right for Large devices Desktops

  62. var md: Integer

    Permalink

    the number of columns you wish to span for Medium devices Desktops (≥992px)

  63. var mdOffset: Integer

    Permalink

    move columns to the right for Medium devices Desktops

  64. var mdPull: Integer

    Permalink

    change the order of grid columns to the left for Medium devices Desktops

  65. var mdPush: Integer

    Permalink

    change the order of grid columns to the right for Medium devices Desktops

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ViewGroup
  75. def setLg(arg0: Integer): Unit

    Permalink
  76. def setLgOffset(arg0: Integer): Unit

    Permalink
  77. def setLgPull(arg0: Integer): Unit

    Permalink
  78. def setLgPush(arg0: Integer): Unit

    Permalink
  79. def setMd(arg0: Integer): Unit

    Permalink
  80. def setMdOffset(arg0: Integer): Unit

    Permalink
  81. def setMdPull(arg0: Integer): Unit

    Permalink
  82. def setMdPush(arg0: Integer): Unit

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

    Permalink
    Definition Classes
    View
  84. def setSm(arg0: Integer): Unit

    Permalink
  85. def setSmOffset(arg0: Integer): Unit

    Permalink
  86. def setSmPull(arg0: Integer): Unit

    Permalink
  87. def setSmPush(arg0: Integer): Unit

    Permalink
  88. final def setStyleName(style: String): Unit

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

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

    Permalink
    Definition Classes
    View
  91. def setXs(arg0: Integer): Unit

    Permalink
  92. def setXsOffset(arg0: Integer): Unit

    Permalink
  93. def setXsPull(arg0: Integer): Unit

    Permalink
  94. def setXsPush(arg0: Integer): Unit

    Permalink
  95. var sm: Integer

    Permalink

    the number of columns you wish to span for Small devices Desktops (≥768px)

  96. var smOffset: Integer

    Permalink

    move columns to the right for Small devices Desktops

  97. var smPull: Integer

    Permalink

    change the order of grid columns to the left for Small devices Desktops

  98. var smPush: Integer

    Permalink

    change the order of grid columns to the right for Small devices Desktops

  99. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  109. var xs: Integer

    Permalink

    the number of columns you wish to span for Extra small devices Desktops (<768px)

  110. var xsOffset: Integer

    Permalink

    move columns to the right for Extra small devices Desktops

  111. var xsPull: Integer

    Permalink

    change the order of grid columns to the left for Extra small devices Desktops

  112. var xsPush: Integer

    Permalink

    change the order of grid columns to the right for Extra small devices Desktops

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