public class GuiStem extends GuiObjectBase implements Serializable
Modifier and Type | Method and Description |
---|---|
static Set<GuiStem> |
convertFromStems(Set<Stem> stems) |
static Set<GuiStem> |
convertFromStems(Set<Stem> stems,
String configMax,
int defaultMax) |
boolean |
equals(Object other) |
GrouperObject |
getGrouperObject()
get the gui object
|
String |
getGuiDisplayExtension()
get the display extension or the special root label
|
String |
getLink()
<a href="#" rel="tooltip" data-html="true" data-delay-show='200' data-placement="right" title="<strong>FOLDER:</strong><br />Full : Path : To : The : Entity<br /><br />This is the description for this entity.
|
String |
getLinkWithIcon()
display short link with image next to it in li
<a href="#" rel="tooltip" data-html="true" data-delay-show='200' data-placement="right" title="<strong>FOLDER:</strong><br />Full : Path : To : The : Entity<br /><br />This is the description for this entity.
|
String |
getLinkWithIconAndPath()
display short link with image next to it in li and the path info below it
<a href="#" rel="tooltip" data-html="true" data-delay-show='200' data-placement="right" title="<strong>FOLDER:</strong><br />Full : Path : To : The : Entity<br /><br />This is the description for this entity.
|
String |
getShortLink()
<a href="#" rel="tooltip" data-html="true" data-delay-show='200' data-placement="right" title="<strong>FOLDER:</strong><br />Full : Path : To : The : Entity<br /><br />This is the description for this entity.
|
String |
getShortLinkWithIcon()
display short link with image next to it in li
<a href="#" rel="tooltip" data-html="true" data-delay-show='200' data-placement="right" title="<strong>FOLDER:</strong><br />Full : Path : To : The : Entity<br /><br />This is the description for this entity.
|
String |
getShortLinkWithIconAndPath()
display short link with image next to it in li and the path info below it
<a href="#" rel="tooltip" data-html="true" data-delay-show='200' data-placement="right" title="<strong>FOLDER:</strong><br />Full : Path : To : The : Entity<br /><br />This is the description for this entity.
|
Stem |
getStem()
return the stem
|
int |
hashCode() |
void |
setStem(Stem stem) |
convertFromGrouperObjects, getAdditionalBreadcrumbBullets, getBreadcrumbBullets, getBreadcrumbs, getCreatedString, getCreatorGuiSubject, getDateUiFormat, getLastEditedString, getLastUpdatedByGuiSubject, getNameColonSpaceSeparated, getParentGuiStem, getPathColonSpaceSeparated, getTitle, getUserFriendlyTypesNames, isShowBreadcrumbLink, isShowBreadcrumbLinkSeparator, isSubjectType, main, setAdditionalBreadcrumbBullets, setShowBreadcrumbLink, setShowBreadcrumbLinkSeparator, toString
public GuiStem()
public GuiStem(Stem theStem)
theStem
- public void setStem(Stem stem)
stem
- the stem to setpublic boolean equals(Object other)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public String getGuiDisplayExtension()
public static Set<GuiStem> convertFromStems(Set<Stem> stems)
stems
- configMax
- max
- public static Set<GuiStem> convertFromStems(Set<Stem> stems, String configMax, int defaultMax)
stems
- configMax
- max
- public Stem getStem()
public GrouperObject getGrouperObject()
GuiObjectBase
getGrouperObject
in class GuiObjectBase
GuiObjectBase#getObject()
public String getShortLink()
public String getLink()
public String getShortLinkWithIcon()
getShortLinkWithIcon
in class GuiObjectBase
public String getShortLinkWithIconAndPath()
public String getLinkWithIcon()
public String getLinkWithIconAndPath()
Copyright © 2016 Internet2. All rights reserved.