tools.dynamia.ui.ButtonComponent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tools.dynamia.ui Show documentation
Show all versions of tools.dynamia.ui Show documentation
Helper classes for module integrations and messages
The newest version!
package tools.dynamia.ui;
public interface ButtonComponent extends UIComponent {
void setLabel(String label);
String getLabel();
void setIcon(String icon);
String getIcon();
void onClick(EventCallback onClick);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy