ExtWebControl
Inheritance: java.lang.Object, com.aspose.gridweb.WebControl
public class ExtWebControl extends WebControl
Extend the WebControl class, internal use only.
Constructors
Constructor | Description |
---|---|
ExtWebControl() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getBackColor() | Gets the BackColor in the WebControl |
getBorderColor() | Gets the BorderColor in the WebControl |
getBorderStyle() | Gets the BorderStyle in the WebControl |
getBorderWidth() | Gets the BorderWidth in the WebControl |
getClass() | |
getCssClass() | Gets the CssClass in the WebControl |
getEnabled() | Gets the Enabled in the WebControl |
getFont() | Gets the Font in the WebControl |
getForeColor() | Gets the ForeColor in the WebControl |
getHeight() | Gets the Height in the WebControl |
getTabIndex() | Gets the TabIndex in the WebControl |
getToolTip() | Gets the ToolTip in the WebControl |
getWidth() | Gets the Width in the WebControl |
hashCode() | |
notify() | |
notifyAll() | |
setBackColor(Color value) | Sets the BackColor in the WebControl |
setBorderColor(Color value) | Sets the BorderColor in the WebControl |
setBorderStyle(int value) | Sets the BorderStyle in the WebControl |
setBorderWidth(Unit value) | Sets the BorderWidth in the WebControl |
setCssClass(String value) | Sets the CssClass in the WebControl |
setEnabled(boolean value) | Sets the Enabled in the WebControl |
setForeColor(Color value) | Sets the ForeColor in the WebControl |
setHeight(Unit value) | Sets the Height in the WebControl |
setTabIndex(short value) | Sets the TabIndex in the WebControl |
setToolTip(String value) | Sets the ToolTip in the WebControl |
setWidth(Unit value) | Sets the Width in the WebControl |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ExtWebControl()
public ExtWebControl()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getBackColor()
public Color getBackColor()
Gets the BackColor in the WebControl
Returns: Color
getBorderColor()
public Color getBorderColor()
Gets the BorderColor in the WebControl
Returns: Color
getBorderStyle()
public int getBorderStyle()
Gets the BorderStyle in the WebControl
See BorderStyle.
Returns: int
getBorderWidth()
public Unit getBorderWidth()
Gets the BorderWidth in the WebControl
Returns: Unit
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getCssClass()
public String getCssClass()
Gets the CssClass in the WebControl
Returns: java.lang.String
getEnabled()
public boolean getEnabled()
Gets the Enabled in the WebControl
Returns: boolean
getFont()
public FontInfo getFont()
Gets the Font in the WebControl
Returns: FontInfo
getForeColor()
public Color getForeColor()
Gets the ForeColor in the WebControl
Returns: Color
getHeight()
public Unit getHeight()
Gets the Height in the WebControl
Returns: Unit
getTabIndex()
public short getTabIndex()
Gets the TabIndex in the WebControl
Returns: short
getToolTip()
public String getToolTip()
Gets the ToolTip in the WebControl
Returns: java.lang.String
getWidth()
public Unit getWidth()
Gets the Width in the WebControl
Returns: Unit
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBackColor(Color value)
public void setBackColor(Color value)
Sets the BackColor in the WebControl
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color |
setBorderColor(Color value)
public void setBorderColor(Color value)
Sets the BorderColor in the WebControl
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color |
setBorderStyle(int value)
public void setBorderStyle(int value)
Sets the BorderStyle in the WebControl
See BorderStyle.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setBorderWidth(Unit value)
public void setBorderWidth(Unit value)
Sets the BorderWidth in the WebControl
Parameters:
Parameter | Type | Description |
---|---|---|
value | Unit |
setCssClass(String value)
public void setCssClass(String value)
Sets the CssClass in the WebControl
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setEnabled(boolean value)
public void setEnabled(boolean value)
Sets the Enabled in the WebControl
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setForeColor(Color value)
public void setForeColor(Color value)
Sets the ForeColor in the WebControl
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color |
setHeight(Unit value)
public void setHeight(Unit value)
Sets the Height in the WebControl
Parameters:
Parameter | Type | Description |
---|---|---|
value | Unit |
setTabIndex(short value)
public void setTabIndex(short value)
Sets the TabIndex in the WebControl
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setToolTip(String value)
public void setToolTip(String value)
Sets the ToolTip in the WebControl
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setWidth(Unit value)
public void setWidth(Unit value)
Sets the Width in the WebControl
Parameters:
Parameter | Type | Description |
---|---|---|
value | Unit |
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 |