Package | com.flexicious.components.valueobjects |
Class | public class DashletInfo |
Inheritance | DashletInfo Object |
Property | Defined By | ||
---|---|---|---|
dashletIdentifier : String
The uniqueIdentifier for the dashlet
| DashletInfo | ||
hasTitleBar : Boolean
Whether the dashet is showing the title bar
| DashletInfo | ||
height : Number
The height from the dimensions array
| DashletInfo | ||
isCollapsed : Boolean
Whether the dashet is collapsed
| DashletInfo | ||
isHeightPercent : Boolean
Whether the height is in percentage
| DashletInfo | ||
isMinimized : Boolean
Whether the dashet is minimized to the the task bar
| DashletInfo | ||
isOpen : Boolean
Whether the dashet is open
| DashletInfo | ||
isWidthPercent : Boolean
Whether the width is in percentage
| DashletInfo | ||
width : Number
The width from the dimensions array
| DashletInfo | ||
x : Number
The x from the dimensions array
| DashletInfo | ||
y : Number
The y from the dimensions array
| DashletInfo | ||
zoneElementIndex : int
The element index of this dashlet within the zone
| DashletInfo | ||
zoneIdentifier : String
The uniqueIdentifier for the zone
| DashletInfo |
Method | Defined By | ||
---|---|---|---|
DashletInfo | |||
fromPersistenceString(string:String, userSettingsOptions:UserSettingsOptions):void
Loads property values from the passed in string after parsing through it. | DashletInfo | ||
toPersistenceString(userSettingsOptions:UserSettingsOptions):String
Converts to a string for ease of persistence. | DashletInfo |
dashletIdentifier | property |
public var dashletIdentifier:String
The uniqueIdentifier for the dashlet
hasTitleBar | property |
public var hasTitleBar:Boolean
Whether the dashet is showing the title bar
height | property |
public var height:Number
The height from the dimensions array
isCollapsed | property |
public var isCollapsed:Boolean
Whether the dashet is collapsed
isHeightPercent | property |
public var isHeightPercent:Boolean
Whether the height is in percentage
isMinimized | property |
public var isMinimized:Boolean
Whether the dashet is minimized to the the task bar
isOpen | property |
public var isOpen:Boolean
Whether the dashet is open
isWidthPercent | property |
public var isWidthPercent:Boolean
Whether the width is in percentage
width | property |
public var width:Number
The width from the dimensions array
x | property |
public var x:Number
The x from the dimensions array
y | property |
public var y:Number
The y from the dimensions array
zoneElementIndex | property |
public var zoneElementIndex:int
The element index of this dashlet within the zone
zoneIdentifier | property |
public var zoneIdentifier:String
The uniqueIdentifier for the zone
DashletInfo | () | Constructor |
public function DashletInfo()
fromPersistenceString | () | method |
public function fromPersistenceString(string:String, userSettingsOptions:UserSettingsOptions):void
Loads property values from the passed in string after parsing through it.
Parameters
string:String | |
userSettingsOptions:UserSettingsOptions |
toPersistenceString | () | method |
public function toPersistenceString(userSettingsOptions:UserSettingsOptions):String
Converts to a string for ease of persistence.
Parameters
userSettingsOptions:UserSettingsOptions |
String |