public class SimpleLinkBean extends Object
Modifier and Type | Field and Description |
---|---|
static SimpleLinkBean |
DOC_EXAMPLE |
Constructor and Description |
---|
SimpleLinkBean() |
SimpleLinkBean(SimpleLink link) |
SimpleLinkBean(String id,
String styleClass,
String label,
String title,
String href,
String iconClass) |
SimpleLinkBean(String id,
String styleClass,
String label,
String title,
String href,
String iconClass,
Integer weight) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHref() |
String |
getIconClass() |
String |
getId() |
String |
getLabel() |
Map<String,String> |
getParams() |
String |
getStyleClass() |
String |
getTitle() |
Integer |
getWeight() |
int |
hashCode() |
String |
toString() |
public static final SimpleLinkBean DOC_EXAMPLE
public SimpleLinkBean()
public SimpleLinkBean(SimpleLink link)
public SimpleLinkBean(String id, String styleClass, String label, String title, String href, String iconClass)
Copyright © 2002-2024 Atlassian. All Rights Reserved.