public class IconImpl<T> extends Object implements Child<T>, Icon<T>
icon
xsd typeConstructor and Description |
---|
IconImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node) |
IconImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode) |
Modifier and Type | Method and Description |
---|---|
String |
getLargeIcon()
Returns the
large-icon element |
String |
getSmallIcon()
Returns the
small-icon element |
Icon<T> |
largeIcon(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(String smallIcon)
Sets the
small-icon element |
T |
up()
Returns the parent of this
Child |
public String getSmallIcon()
small-icon
elementgetSmallIcon
in interface Icon<T>
small-icon
public Icon<T> removeSmallIcon()
small-icon
elementremoveSmallIcon
in interface Icon<T>
Icon
public String getLargeIcon()
large-icon
elementgetLargeIcon
in interface Icon<T>
large-icon
public Icon<T> removeLargeIcon()
large-icon
elementremoveLargeIcon
in interface Icon<T>
Icon
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.