public class Icon extends BaseObject implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
condition |
protected String |
content |
protected String |
label |
protected Icontype |
type |
Constructor and Description |
---|
Icon() |
Modifier and Type | Method and Description |
---|---|
String |
getCondition()
The icon is only being displayed if this evaluates to
true . |
String |
getContent()
Used to define the icon for a link.
|
String |
getLabel()
The label for this icon.
|
Icontype |
getType()
The
Icontype for this icon. |
void |
setCondition(String value)
Sets the value of the condition property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setType(Icontype value)
Sets the value of the type property.
|
protected String content
protected String label
protected String condition
protected Icontype type
public String getContent()
String
public void setContent(String value)
value
- allowed object is
String
public void setLabel(String value)
value
- allowed object is
String
public String getCondition()
true
.String
public void setCondition(String value)
value
- allowed object is
String
Copyright © 2011–2023 aiticon GmbH. All rights reserved.