public interface IconType<T> extends Child<T>
iconType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getLargeIcon()
Returns the
large-icon element |
String |
getSmallIcon()
Returns the
small-icon element |
IconType<T> |
largeIcon(String largeIcon)
Sets the
large-icon element |
IconType<T> |
removeLargeIcon()
Removes the
large-icon element |
IconType<T> |
removeSmallIcon()
Removes the
small-icon element |
IconType<T> |
smallIcon(String smallIcon)
Sets the
small-icon element |
IconType<T> smallIcon(String smallIcon)
small-icon elementsmallIcon - the value for the element small-iconIconTypeString getSmallIcon()
small-icon elementsmall-iconIconType<T> removeSmallIcon()
small-icon elementIconTypeIconType<T> largeIcon(String largeIcon)
large-icon elementlargeIcon - the value for the element large-iconIconTypeString getLargeIcon()
large-icon elementlarge-iconCopyright © 2016 JBoss by Red Hat. All rights reserved.