Package

atom

view

Permalink

package view

Visibility
  1. Public
  2. All

Type Members

  1. case class Button(viewId: String = atom.`package`.NA, _text: String = atom.`package`.NA, raised: Boolean = ..., primary: Boolean = ..., secondary: Boolean = ..., disabled: Boolean = ...) extends Label with Product with Serializable

    Permalink

    Base button component.

    Base button component.

    viewId

    a string used to identify the view

    raised

    the sign of raised button

    primary

    the sign of primary button

    secondary

    the sign of secondary button

    disabled

    the sign of disabled button

    Annotations
    @XmlRootElement()
  2. case class Dropdown(viewId: String = atom.`package`.NA, selectedId: String = atom.`package`.NA, disabled: Boolean = ...) extends View with GroupSupport with Product with Serializable

    Permalink

    Dropdown present graphical control element, that allows the user to choose one value from a list.

    Dropdown present graphical control element, that allows the user to choose one value from a list.

    viewId

    a string used to identify the view

    selectedId

    a string used to identify selected element

    disabled

    the sign of disabled dropdown

    Annotations
    @XmlRootElement()
  3. case class DropdownItem(viewId: String = atom.`package`.NA, text: String = atom.`package`.NA) extends Entity with Product with Serializable

    Permalink
  4. trait EventListenerSupport extends AnyRef

    Permalink

    Trait definition for a callback to be invoked when a view is clicked.

  5. trait EventSupport extends ParentSupport

    Permalink

    Provides event support for Entity.

  6. case class IconLink(viewId: String = atom.`package`.NA, _text: String = atom.`package`.NA, _href: String = atom.`package`.NA, icon: String = atom.`package`.NA, _target: String = LinkConstants.DefaultTarget, _external: Boolean = ...) extends Link with Product with Serializable

    Permalink

    Web link with image to use.

    Web link with image to use.

    viewId

    a string used to identify the view

    icon

    the URL to icon image

    Annotations
    @XmlRootElement()
  7. class Label extends View

    Permalink

    Label with text to use.

    Label with text to use.

    Annotations
    @XmlRootElement()
  8. case class LanguageLink(viewId: String = atom.`package`.NA, locale: String = atom.`package`.NA, text: String = atom.`package`.NA, icon: String = atom.`package`.NA, intent: Intent = atom.`package`.NA) extends View with Product with Serializable

    Permalink

    Web language link to use.

    Web language link to use.

    viewId

    a string used to identify the view

    locale

    the Locale to redirect to

    text

    the text string to display

    icon

    URL to the icon

    intent

    redirect intent

    Annotations
    @XmlRootElement()
  9. trait LayoutSupport extends AnyRef

    Permalink

    Provides layout support for Entity.

  10. class LinearLayout extends View with GroupSupport

    Permalink

    Linear present multiple line elements in a horizontal or vertical arrangement as a single continuous element.

    Linear present multiple line elements in a horizontal or vertical arrangement as a single continuous element.

    Annotations
    @XmlRootElement()
  11. class Link extends Label

    Permalink

    Web link to use.

    Web link to use.

    Annotations
    @XmlRootElement()
  12. class SyntaxHighlighter extends View

    Permalink

    SyntaxHighlighter for programming languages.

    SyntaxHighlighter for programming languages.

    Annotations
    @XmlRootElement()
  13. class Text extends View

    Permalink

    Сущность для передачи строковых данных по сети и в рамках платформы.

    Сущность для передачи строковых данных по сети и в рамках платформы.

    Annotations
    @XmlRootElement()
  14. trait TypeSupport extends AnyRef

    Permalink

    Provides type support for Entity.

  15. trait UseEventListeners extends AnyRef

    Permalink

    Provides common methods for using event listeners.

  16. abstract class View extends Entity with TypeSupport with EventSupport with LayoutSupport

    Permalink

    View is the base class for widgets, which are used to create interactive UI components (buttons, text fields, etc.).

    View is the base class for widgets, which are used to create interactive UI components (buttons, text fields, etc.).

    See also

    Entity

  17. final class Window extends View with GroupSearchSupport

    Permalink

    Base class for a top-level window look and behavior policy.

    Base class for a top-level window look and behavior policy. An instance of this class should be used as the top-level view added to the window manager. It provides standard UI policies such as a background, title area, default key processing, etc.

    Annotations
    @XmlRootElement()

Value Members

  1. object EventType extends Enumeration

    Permalink

    Event type codes.

  2. object Label extends Serializable

    Permalink
  3. object LayoutConstants

    Permalink
  4. object LinearLayout extends Serializable

    Permalink
  5. object Link extends Serializable

    Permalink
  6. object LinkConstants

    Permalink
  7. object SyntaxHighlighter extends Serializable

    Permalink
  8. object Text extends Serializable

    Permalink
  9. object UseEventListeners

    Permalink
  10. object Window extends Serializable

    Permalink

Ungrouped