| Constructor and Description |
|---|
IconTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node) |
IconTypeImpl(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 |
getId()
Returns the
id attribute |
String |
getLargeIcon()
Returns the
large-icon element |
String |
getSmallIcon()
Returns the
small-icon element |
IconType<T> |
id(String id)
Sets the
id attribute |
IconType<T> |
largeIcon(String largeIcon)
Sets the
large-icon element |
IconType<T> |
removeId()
Removes the
id attribute |
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 |
T |
up() |
public IconTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public String getSmallIcon()
small-icon elementgetSmallIcon in interface IconType<T>small-iconpublic IconType<T> removeSmallIcon()
small-icon elementremoveSmallIcon in interface IconType<T>IconTypepublic String getLargeIcon()
large-icon elementgetLargeIcon in interface IconType<T>large-iconpublic IconType<T> removeLargeIcon()
large-icon elementremoveLargeIcon in interface IconType<T>IconTypepublic String getId()
id attributeCopyright © 2021 JBoss by Red Hat. All rights reserved.