| 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:StringThe uniqueIdentifier for the dashlet
| hasTitleBar | property |
public var hasTitleBar:BooleanWhether the dashet is showing the title bar
| height | property |
public var height:NumberThe height from the dimensions array
| isCollapsed | property |
public var isCollapsed:BooleanWhether the dashet is collapsed
| isHeightPercent | property |
public var isHeightPercent:BooleanWhether the height is in percentage
| isMinimized | property |
public var isMinimized:BooleanWhether the dashet is minimized to the the task bar
| isOpen | property |
public var isOpen:BooleanWhether the dashet is open
| isWidthPercent | property |
public var isWidthPercent:BooleanWhether the width is in percentage
| width | property |
public var width:NumberThe width from the dimensions array
| x | property |
public var x:NumberThe x from the dimensions array
| y | property |
public var y:NumberThe y from the dimensions array
| zoneElementIndex | property |
public var zoneElementIndex:intThe element index of this dashlet within the zone
| zoneIdentifier | property |
public var zoneIdentifier:StringThe uniqueIdentifier for the zone
| DashletInfo | () | Constructor |
public function DashletInfo()| fromPersistenceString | () | method |
public function fromPersistenceString(string:String, userSettingsOptions:UserSettingsOptions):voidLoads property values from the passed in string after parsing through it.
Parameters
string:String | |
userSettingsOptions:UserSettingsOptions |
| toPersistenceString | () | method |
public function toPersistenceString(userSettingsOptions:UserSettingsOptions):StringConverts to a string for ease of persistence.
Parameters
userSettingsOptions:UserSettingsOptions |
String |