ExtWebControl

Inheritance: java.lang.Object, com.aspose.gridweb.WebControl

public class ExtWebControl extends WebControl

Extend the WebControl class, internal use only.

Constructors

ConstructorDescription
ExtWebControl()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueColor

setBorderColor(Color value)

public void setBorderColor(Color value)

Sets the BorderColor in the WebControl

Parameters:

ParameterTypeDescription
valueColor

setBorderStyle(int value)

public void setBorderStyle(int value)

Sets the BorderStyle in the WebControl

See BorderStyle.

Parameters:

ParameterTypeDescription
valueint

setBorderWidth(Unit value)

public void setBorderWidth(Unit value)

Sets the BorderWidth in the WebControl

Parameters:

ParameterTypeDescription
valueUnit

setCssClass(String value)

public void setCssClass(String value)

Sets the CssClass in the WebControl

Parameters:

ParameterTypeDescription
valuejava.lang.String

setEnabled(boolean value)

public void setEnabled(boolean value)

Sets the Enabled in the WebControl

Parameters:

ParameterTypeDescription
valueboolean

setForeColor(Color value)

public void setForeColor(Color value)

Sets the ForeColor in the WebControl

Parameters:

ParameterTypeDescription
valueColor

setHeight(Unit value)

public void setHeight(Unit value)

Sets the Height in the WebControl

Parameters:

ParameterTypeDescription
valueUnit

setTabIndex(short value)

public void setTabIndex(short value)

Sets the TabIndex in the WebControl

Parameters:

ParameterTypeDescription
valueshort

setToolTip(String value)

public void setToolTip(String value)

Sets the ToolTip in the WebControl

Parameters:

ParameterTypeDescription
valuejava.lang.String

setWidth(Unit value)

public void setWidth(Unit value)

Sets the Width in the WebControl

Parameters:

ParameterTypeDescription
valueUnit

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int