Class/Object

atom.widget

RaisedButton

Related Docs: object RaisedButton | package widget

Permalink

class RaisedButton extends View

Raised buttons add dimension to mostly flat layouts. They emphasize functions on busy or wide spaces.

Annotations
@XmlRootElement()
Linear Supertypes
View, ViewSearch, Serializable, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RaisedButton
  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 RaisedButton()

    Permalink
  2. new RaisedButton(viewId: String, label: String, primary: Boolean, secondary: Boolean)

    Permalink

    viewId

    a string used to identify the view

    label

    the text within the label prop will be displayed

    primary

    if true, the button will use the primary button colors

    secondary

    if true, the button will use the secondary button colors

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. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    RaisedButtonView → AnyRef → Any
  14. final def filter(string: String): String

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  23. def getLabel: String

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

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

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

    Permalink
    Attributes
    protected[atom.view]
    Definition Classes
    View
  27. def getPrimary(): Boolean

    Permalink
    Annotations
    @XmlAttribute()
  28. def getSecondary(): Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    RaisedButtonView → AnyRef → Any
  35. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    View
  37. var label: String

    Permalink

    the text within the label prop will be displayed

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

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

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

    Permalink
    Definition Classes
    AnyRef
  41. var primary: Boolean

    Permalink

    if true, the button will use the primary button colors

  42. var secondary: Boolean

    Permalink

    if true, the button will use the secondary button colors

  43. final def setController(resources: Controller): Unit

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

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

    Permalink
    Definition Classes
    View
  46. def setLabel(_label: String): Unit

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

    Permalink
    Definition Classes
    View
  48. def setPrimary(arg0: Boolean): Unit

    Permalink
  49. def setSecondary(arg0: Boolean): Unit

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. 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