public interface Icon<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
icon xsd type| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLargeIcon()
Returns the
large-icon element |
java.lang.String |
getSmallIcon()
Returns the
small-icon element |
Icon<T> |
largeIcon(java.lang.String largeIcon)
Sets the
large-icon element |
Icon<T> |
removeLargeIcon()
Removes the
large-icon element |
Icon<T> |
removeSmallIcon()
Removes the
small-icon element |
Icon<T> |
smallIcon(java.lang.String smallIcon)
Sets the
small-icon element |
Icon<T> smallIcon(java.lang.String smallIcon)
small-icon elementsmallIcon - the value for the element small-iconIconjava.lang.String getSmallIcon()
small-icon elementsmall-iconIcon<T> removeSmallIcon()
small-icon elementIconIcon<T> largeIcon(java.lang.String largeIcon)
large-icon elementlargeIcon - the value for the element large-iconIconjava.lang.String getLargeIcon()
large-icon elementlarge-iconCopyright © 2014 IronJacamar (http://www.ironjacamar.org)