Class

atom.view

View

Related Doc: package view

Permalink

abstract class View extends Cloneable with Serializable with ViewSearch

Linear Supertypes
ViewSearch, Serializable, Cloneable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. View
  2. ViewSearch
  3. Serializable
  4. Cloneable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new View(identify: String)

    Permalink
  2. new View()

    Permalink

Type Members

  1. type Group = 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 addConstraint(constraint: AbstractConstraint): Unit

    Permalink
  5. final def addOption(option: Option): Unit

    Permalink
  6. final def addStyleName(style: String): Unit

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

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

    Permalink
  9. final def applyChanges(events: List[PropertyChangeEvent]): Unit

    Permalink
  10. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[atom.view]
  12. def clone(): AnyRef

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

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    View → AnyRef → Any
  16. final def filter(string: String): String

    Permalink
    Attributes
    protected[atom.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]
  20. final def fireChange(propertyName: String, newValue: Any): Unit

    Permalink
    Attributes
    protected[atom.view]
  21. final def getChanges(): List[PropertyChangeEvent]

    Permalink
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def getConstraints(): List[AbstractConstraint]

    Permalink
  24. final def getController(): Controller

    Permalink
  25. final def getEventBits(): Int

    Permalink
  26. def getName(): String

    Permalink
  27. final def getOptions(): List[Option]

    Permalink
  28. final def getParent(): View

    Permalink
  29. final def getParentId(): String

    Permalink
    Attributes
    protected[atom.view]
  30. final def getStyleName(): String

    Permalink
  31. def getType(): String

    Permalink
  32. final def getViewId(): String

    Permalink
  33. final def handleEvent(eventCode: Int): Unit

    Permalink
  34. final def hasChanged(): Boolean

    Permalink
  35. def hashCode(): Int

    Permalink
    Definition Classes
    View → AnyRef → Any
  36. final def isInstanceOf[T0]: Boolean

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

    Permalink
  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. final def setConstraints(list: List[AbstractConstraint]): Unit

    Permalink
  42. final def setController(resources: Controller): Unit

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

    Permalink
  44. final def setEventListener(eventType: EventType, listener: EventListener): Unit

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

    Permalink
  46. final def setOptions(list: List[Option]): Unit

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

    Permalink
  48. def setType(aType: String): Unit

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

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

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

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

    Permalink
  53. final def trackChanges(enable: Boolean): Unit

    Permalink
  54. final def trackChanges(): Unit

    Permalink
  55. final def unifyId(): Unit

    Permalink
    Attributes
    protected[atom.view]
  56. final def update(oldValue: String, newValue: String): String

    Permalink
    Attributes
    protected[atom.view]
  57. final def wait(): Unit

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

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

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

Inherited from ViewSearch

Inherited from Serializable

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped