public class LinkFragmentBean
extends org.osivia.portal.api.urls.Link
Link,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static String |
HREF_PROPERTY
HREF property name.
|
static String |
ICON_PROPERTY
Icon property name.
|
static String |
TITLE_PROPERTY
Title property name.
|
| Constructor and Description |
|---|
LinkFragmentBean(org.osivia.portal.api.urls.Link link)
Constructor.
|
LinkFragmentBean(String url,
boolean external)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGlyphicon()
Getter for glyphicon.
|
String |
getTitle()
Getter for title.
|
void |
setGlyphicon(String glyphicon)
Setter for glyphicon.
|
void |
setTitle(String title)
Setter for title.
|
public static final String TITLE_PROPERTY
public static final String HREF_PROPERTY
public static final String ICON_PROPERTY
public LinkFragmentBean(String url, boolean external)
url - link URLexternal - external link indicatorpublic LinkFragmentBean(org.osivia.portal.api.urls.Link link)
link - linkpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getGlyphicon()
public void setGlyphicon(String glyphicon)
glyphicon - the glyphicon to setCopyright © 2017 OSIVIA. All rights reserved.