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
| Constructor | Description |
|---|---|
| WebBorderStyle() | Default constructor. |
Methods
| Method | Description |
|---|---|
| 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() | Gets the hash code of this object. |
| 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:
| Parameter | Type | Description |
|---|---|---|
| style | WebBorderStyle | The style object to be copied. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.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()
Gets the hash code of this object.
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:
| Parameter | Type | Description |
|---|---|---|
| value | Color |
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:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setBorderWidth(Unit value)
public void setBorderWidth(Unit value)
Sets the width of the border. Please refer to System.Web.UI.WebControls.Unit struct.
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 |