@Entity public class Button extends Module
| Constructor and Description |
|---|
Button()
Explicitly adding the default constructor as this is important, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getButtonAction() |
Module |
getConnectedModule() |
Boolean |
getDefaultButton() |
String |
getGlyph() |
String |
getInteraction() |
String |
getText() |
String |
getTooltip() |
int |
hashCode() |
void |
setButtonAction(String buttonAction) |
void |
setConnectedModule(Module connectedModule) |
void |
setDefaultButton(Boolean defaultButton) |
void |
setGlyph(String glyph) |
void |
setInteraction(String interaction) |
void |
setText(String text) |
void |
setTooltip(String tooltip) |
getName, getProperties, getXtype, setName, setProperties, setXtypegetCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toStringpublic Button()
public String getText()
public void setText(String text)
text - the text to setpublic String getTooltip()
public void setTooltip(String tooltip)
tooltip - the tooltip to setpublic String getGlyph()
public void setGlyph(String glyph)
glyph - the glyph to setpublic Module getConnectedModule()
public void setConnectedModule(Module connectedModule)
connectedModule - the connectedModule to setpublic String getInteraction()
public void setInteraction(String interaction)
interaction - the interaction to setpublic String getButtonAction()
public void setButtonAction(String buttonAction)
buttonAction - the buttonAction to setpublic Boolean getDefaultButton()
public void setDefaultButton(Boolean defaultButton)
defaultButton - the defaultButton to setpublic int hashCode()
public boolean equals(Object obj)
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.