WebBorderStyle

Inheritance: java.lang.Object

public class WebBorderStyle

Encapsulates the style of web table or cell border.

Remarks

Please refer to .NET SDK document for further information about System.Web.UI.WebControls namespace.

Constructors

ConstructorDescription
WebBorderStyle()Default constructor.

Methods

MethodDescription
copyFrom(WebBorderStyle style)Copies from another style object.
equals(Object arg0)
getBorderColor()Gets the color of the border.
getBorderStyle()Gets the style of the border.
getBorderWidth()Gets the width of the border.
getClass()
hashCode()
notify()
notifyAll()
setBorderColor(Color value)Sets the color of the border.
setBorderStyle(int value)Sets the style of the border.
setBorderWidth(Unit value)Sets the width of the border.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

WebBorderStyle()

public WebBorderStyle()

Default constructor.

copyFrom(WebBorderStyle style)

public void copyFrom(WebBorderStyle style)

Copies from another style object.

Parameters:

ParameterTypeDescription
styleWebBorderStyleThe style object to be copied.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBorderColor()

public Color getBorderColor()

Gets the color of the border. Please refer to System.Drawing.Color struct.

Returns: Color

getBorderStyle()

public int getBorderStyle()

Gets the style of the border. Please refer to .NET SDK document about System.Web.UI.WebControls.BorderStyle enum.

See BorderStyle.

Returns: int

getBorderWidth()

public Unit getBorderWidth()

Gets the width of the border. Please refer to System.Web.UI.WebControls.Unit struct.

Returns: Unit

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBorderColor(Color value)

public void setBorderColor(Color value)

Sets the color of the border. Please refer to System.Drawing.Color struct.

Parameters:

ParameterTypeDescription
valueColor

setBorderStyle(int value)

public void setBorderStyle(int value)

Sets the style of the border. Please refer to .NET SDK document about System.Web.UI.WebControls.BorderStyle enum.

See BorderStyle.

Parameters:

ParameterTypeDescription
valueint

setBorderWidth(Unit value)

public void setBorderWidth(Unit value)

Sets the width of the border. Please refer to System.Web.UI.WebControls.Unit struct.

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