Modifier and Type | Class and Description |
---|---|
static class |
Module.HtmlLink.SortOnLegend |
Constructor and Description |
---|
HtmlLink(String url,
String legend,
String title) |
HtmlLink(String url,
String legend,
String title,
boolean readonly) |
HtmlLink(String url,
String legend,
String title,
boolean selected,
Collection<Module.HtmlLink> children) |
HtmlLink(String url,
String legend,
String title,
boolean selected,
Collection<Module.HtmlLink> children,
boolean readonly) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Collection<Module.HtmlLink> |
getChildren() |
String |
getLegend() |
String |
getTitle() |
String |
getUrl() |
boolean |
isReadonly() |
boolean |
isSelected() |
void |
setChildren(Collection<Module.HtmlLink> children) |
void |
setLegend(String legend) |
void |
setReadonly(boolean readonly) |
void |
setSelected(boolean selected) |
void |
setTitle(String title) |
void |
setUrl(String url) |
public HtmlLink(String url, String legend, String title, boolean selected, Collection<Module.HtmlLink> children)
public HtmlLink(String url, String legend, String title, boolean selected, Collection<Module.HtmlLink> children, boolean readonly)
public String getUrl()
public void setUrl(String url)
public String getLegend()
public void setLegend(String legend)
public String getTitle()
public void setTitle(String title)
public Collection<Module.HtmlLink> getChildren()
public void setChildren(Collection<Module.HtmlLink> children)
public boolean isSelected()
public void setSelected(boolean selected)
public boolean isReadonly()
public void setReadonly(boolean readonly)
Copyright © 2012-2018. All Rights Reserved.