| Constructor and Description |
|---|
SwingScreenElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
Set<AttributeValuePair> |
getAttributes() |
Class<T> |
getComponentClass() |
String |
getMemoryKey() |
String |
getName() |
SwingScreenElement |
withAlias(String alias) |
SwingScreenElement |
withAttributes(Set<AttributeValuePair> attributePairs) |
SwingScreenElement |
withComponentClass(Class<T> clazz) |
io.magentys.screens.annotations.ScreenElement |
withDefaultValue(String defaultValue) |
SwingScreenElement |
withMemoryKey(String memoryKey) |
SwingScreenElement |
withName(String name) |
public String getAlias()
getAlias in interface io.magentys.screens.annotations.ScreenElementpublic SwingScreenElement withAlias(String alias)
withAlias in interface io.magentys.screens.annotations.ScreenElementpublic io.magentys.screens.annotations.ScreenElement withDefaultValue(String defaultValue)
withDefaultValue in interface io.magentys.screens.annotations.ScreenElementpublic SwingScreenElement withName(String name)
public SwingScreenElement withMemoryKey(String memoryKey)
withMemoryKey in interface io.magentys.screens.annotations.ScreenElementpublic SwingScreenElement withComponentClass(Class<T> clazz)
public SwingScreenElement withAttributes(Set<AttributeValuePair> attributePairs)
public String getMemoryKey()
public String getName()
public Set<AttributeValuePair> getAttributes()
Copyright © 2016. All rights reserved.