View on GitHub

SpheroidScript

//Spheroid Script/spheroid.client.ui

Package spheroid.client.ui

Types

Name Summary
Angle class Angle
BorderProperties interface BorderProperties
Button See also Button in UI Guide
class Button : Placeable
Color class Color
Container See also Container in UI Guide
class Container : BorderProperties, Placeable
Dialog See also Dialog in UI Guide
class Dialog
DP class DP : Size
Error class Error
Field abstract class Field : Named
Form See also Form in UI Guide
class Form
HiddenField class HiddenField : Field
Horizontal See also Horizontal in UI Guide
class Horizontal : Stack
Image See also Image in UI Guide
class Image : Placeable
Loader See also Loader in UI Guide
class Loader
MainMenu See also MainMenu in UI Guide
class MainMenu
Named abstract class Named
Notification object Notification
Page See also Page in UI Guide
class Page
Placeable interface Placeable
PX class PX : Size
Result class Result
Size interface Size
SP class SP : Size
Stack abstract class Stack : Placeable
Text See also Text in UI Guide
class Text : TextProperties, Placeable
TextField See also TextField in UI Guide
class TextField : VisibleField, TextProperties, BorderProperties, Placeable
TextProperties interface TextProperties
Validation class Validation
Vertical See also Vertical in UI Guide
class Vertical : Stack
VisibleField abstract class VisibleField : Field