TemplateLinkedPositionEdges
Leave feedback
On this page
Inheritance: java.lang.Object
public class TemplateLinkedPositionEdges
Provides the edges of the linked field where the text field is seached. TemplateLinkedPositionEdges is used in TemplateLinkedPosition class.
| Constructor | Description |
|---|---|
| TemplateLinkedPositionEdges(boolean left, boolean top, boolean right, boolean bottom) | Initializes a new instance of the TemplateLinkedPositionEdges class. |
| Method | Description |
|---|---|
| isEmpty() | Gets the value that indicates whether the instance is empty. |
| isLeft() | Gets the value that indicates whether a field is searched by the left from the linked field. |
| isTop() | Gets the value that indicates whether a field is searched by the top from the linked field. |
| isRight() | Gets the value that indicates whether a field is searched by the right from the linked field. |
| isBottom() | Gets the value that indicates whether a field is searched by the bottom from the linked field. |
| parse(String s) | Converts the string representation of edges to its class equivalent. |
| toString() |
public TemplateLinkedPositionEdges(boolean left, boolean top, boolean right, boolean bottom)
Initializes a new instance of the TemplateLinkedPositionEdges class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| left | boolean | The value that indicates whether a field is searched by the left from the linked field. |
| top | boolean | The value that indicates whether a field is searched by the top from the linked field. |
| right | boolean | The value that indicates whether a field is searched by the right from the linked field. |
| bottom | boolean | The value that indicates whether a field is searched by the bottom from the linked field. |
public boolean isEmpty()
Gets the value that indicates whether the instance is empty.
Returns: boolean - true if the instance is empty (all fields are false ); otherwise, false .
public boolean isLeft()
Gets the value that indicates whether a field is searched by the left from the linked field.
Returns: boolean - true if a field is searched by the left from the linked field; otherwise, false .
public boolean isTop()
Gets the value that indicates whether a field is searched by the top from the linked field.
Returns: boolean - true if a field is searched by the top from the linked field; otherwise, false .
public boolean isRight()
Gets the value that indicates whether a field is searched by the right from the linked field.
Returns: boolean - true if a field is searched by the right from the linked field; otherwise, false .
public boolean isBottom()
Gets the value that indicates whether a field is searched by the bottom from the linked field.
Returns: boolean - true if a field is searched by the bottom from the linked field; otherwise, false .
public static TemplateLinkedPositionEdges parse(String s)
Converts the string representation of edges to its class equivalent.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| s | java.lang.String | A string that contains edges to convert. |
Returns: TemplateLinkedPositionEdges - An instance of TemplateLinkedPositionEdges class that is equivalent to the value specified in s parameter.
public String toString()
Returns: java.lang.String
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.