public interface IconType<T> extends Child<T>
iconType
xsd typeModifier 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-icon
IconType
String getSmallIcon()
small-icon
elementsmall-icon
IconType<T> removeSmallIcon()
small-icon
elementIconType
IconType<T> largeIcon(String largeIcon)
large-icon
elementlargeIcon
- the value for the element large-icon
IconType
String getLargeIcon()
large-icon
elementlarge-icon
Copyright © 2013 JBoss by Red Hat. All rights reserved.