View
String rw backgroundColor
The background color of the receiver in hex format (e.g. blue would be "#0000FF").
boolean rw fontBold
True if font is bold.
String rw fontFace
The font family name.
boolean rw fontItalic
True if font is italic.
float rw fontSize
The point size of the font.
boolean rw fontStrikethrough
True if font is strikethrough.
boolean rw fontUnderline
True if font is underlined.
String rw foregroundColor
The foreground color of the receiver in hex format (e.g. blue would be "#0000FF").
Model ro model
The model that owns this view.
String rw name
The name of this object.
void bringToFront()
Brings this view to the foreground, making it visible if it is not already.
boolean canDelete()
True if this view can be deleted.
boolean canSetName()
True if this object's name can be set.
void close()
Closes this view.
void delete()
Deletes this view.
Object getSelection(String selectionString)
Returns the selection defined by
selectionString
.
Parameters: