Gadget
Inheritance: java.lang.Object
public class Gadget
A gadget that extends this event.
Constructors
Constructor | Description |
---|---|
Gadget() | Initializes a new instance of the Gadget class. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getDisplay() | The gadget’s display mode. |
getHeight() | The gadget’s height in pixels. |
getIconLink() | The gadget’s icon URL. |
getLink() | The gadget’s URL. |
getPreferences() | The gadget’s preferences |
getTitle() | The gadget’s title. |
getType() | The gadget’s type. |
getWidth() | The gadget’s width in pixels. |
hashCode() | |
notify() | |
notifyAll() | |
setDisplay(String value) | The gadget’s display mode. |
setHeight(int value) | The gadget’s height in pixels. |
setIconLink(String value) | The gadget’s icon URL. |
setLink(String value) | The gadget’s URL. |
setTitle(String value) | The gadget’s title. |
setType(String value) | The gadget’s type. |
setWidth(int value) | The gadget’s width in pixels. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
Gadget()
public Gadget()
Initializes a new instance of the Gadget class.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDisplay()
public final String getDisplay()
The gadget’s display mode. Optional. Possible values are: “icon” - The gadget displays next to the event’s title in the calendar view. “chip” - The gadget displays when the event is clicked.
Returns: java.lang.String
getHeight()
public final int getHeight()
The gadget’s height in pixels.
Returns: int
getIconLink()
public final String getIconLink()
The gadget’s icon URL.
Returns: java.lang.String
getLink()
public final String getLink()
The gadget’s URL.
Returns: java.lang.String
getPreferences()
public final System.Collections.Generic.Dictionary<String,String> getPreferences()
The gadget’s preferences
Returns: com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,java.lang.String>
getTitle()
public final String getTitle()
The gadget’s title.
Returns: java.lang.String
getType()
public final String getType()
The gadget’s type.
Returns: java.lang.String
getWidth()
public final int getWidth()
The gadget’s width in pixels.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setDisplay(String value)
public final void setDisplay(String value)
The gadget’s display mode. Optional. Possible values are: “icon” - The gadget displays next to the event’s title in the calendar view. “chip” - The gadget displays when the event is clicked.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setHeight(int value)
public final void setHeight(int value)
The gadget’s height in pixels.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setIconLink(String value)
public final void setIconLink(String value)
The gadget’s icon URL.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setLink(String value)
public final void setLink(String value)
The gadget’s URL.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setTitle(String value)
public final void setTitle(String value)
The gadget’s title.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setType(String value)
public final void setType(String value)
The gadget’s type.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setWidth(int value)
public final void setWidth(int value)
The gadget’s width in pixels.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |