Interface IWidgetInfo
Describes a fusion widget
Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IWidgetInfo
Properties
| Improve this Doc View SourceContainableBy
Indicates which containers this widget is containable by
Declaration
string[] ContainableBy { get; }
Property Value
Type | Description |
---|---|
System.String[] |
Description
Gets the description
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
ImageClass
Gets the image css class
Declaration
string ImageClass { get; }
Property Value
Type | Description |
---|---|
System.String |
ImageUrl
Gets the image url
Declaration
string ImageUrl { get; }
Property Value
Type | Description |
---|---|
System.String |
Label
Gets the label
Declaration
string Label { get; }
Property Value
Type | Description |
---|---|
System.String |
LocalizedType
Gets the localized type of the widget
Declaration
string LocalizedType { get; }
Property Value
Type | Description |
---|---|
System.String |
Location
Gets the location
Declaration
string Location { get; }
Property Value
Type | Description |
---|---|
System.String |
Parameters
Gets the parameters for this widget
Declaration
IWidgetParameter[] Parameters { get; }
Property Value
Type | Description |
---|---|
IWidgetParameter[] |
StandardUi
Indicates if this is a UI widget
Declaration
bool StandardUi { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
StatusText
Gets the text to display in the status bar
Declaration
string StatusText { get; }
Property Value
Type | Description |
---|---|
System.String |
Tooltip
Gets the tooltip
Declaration
string Tooltip { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets the type of widget
Declaration
string Type { get; }
Property Value
Type | Description |
---|---|
System.String |