Public Constructors | |
---|---|
HostAppWidgetInfo(long id, int cellWidth, int cellHeight, int maxWidth, int maxHeight, int displayMode, java.lang.String type)
Create a host application widget info object. |
Public Methods | |
---|---|
long |
getId()
The ID of the widget. |
int |
getCellWidth()
The width of a cell in pixels. |
int |
getCellHeight()
The height of a cell in pixels. |
int |
getMaxWidth()
The maximum width of a widget in pixels. |
int |
getMaxHeight()
The maximum height of a widget in pixels. |
int |
getDisplayMode()
The display mode |
java.lang.String | getType() |
Create a host application widget info object.
id | |
---|---|
cellWidth | |
cellHeight | |
maxWidth | |
maxHeight | |
displayMode | |
type |
The ID of the widget. Is populated from the _ID field of the Registration.Widget table.
The ID.
The maximum width of a widget in pixels. Is populated from the MAX_WIDTH field.
The maximum width.
The maximum height of a widget in pixels. Is populated from the MAX_HEIGHT field.
The maximum height.
The display mode
the mDisplayMode
the mType
The widget info class describes a host application widget. The information is retrieved from the Registration.Widget table.