Class TextButtonPrefab
java.lang.Object
dev.prozilla.pine.core.entity.prefab.Prefab
dev.prozilla.pine.core.entity.prefab.ui.NodePrefab
dev.prozilla.pine.core.entity.prefab.ui.TextPrefab
dev.prozilla.pine.core.entity.prefab.ui.TextButtonPrefab
@Components({ButtonNode.class,TextNode.class,Node.class,Transform.class})
public class TextButtonPrefab
extends TextPrefab
Prefab for text buttons in the UI.
-
Field Summary
FieldsFields inherited from class dev.prozilla.pine.core.entity.prefab.ui.TextPrefab
font, text, textProperty
Fields inherited from class dev.prozilla.pine.core.entity.prefab.ui.NodePrefab
absolutePosition, anchor, backgroundColor, border, borderImage, borderImageSlice, borderImageSliceFill, classes, color, margin, padding, passThrough, position, size, styleSheet, tooltipText
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Adds this prefab's predefined components to a given entity and copies values from this prefab.void
setClickCallback
(ButtonNode.ClickCallback callback) Methods inherited from class dev.prozilla.pine.core.entity.prefab.ui.TextPrefab
setFont, setFont, setText, setText
Methods inherited from class dev.prozilla.pine.core.entity.prefab.ui.NodePrefab
addClass, addClasses, setAbsolutePosition, setAnchor, setBackgroundColor, setBackgroundColor, setBorder, setBorderImage, setColor, setColor, setDefaultPropertyValue, setMargin, setMargin, setMargin, setPadding, setPadding, setPadding, setPassThrough, setSize, setSize, setSize, setStyleSheet, setStyleSheet, setTooltipText
Methods inherited from class dev.prozilla.pine.core.entity.prefab.Prefab
instantiate, instantiate, setActive, setName, setTag
-
Field Details
-
clickCallback
-
-
Constructor Details
-
TextButtonPrefab
public TextButtonPrefab() -
TextButtonPrefab
-
-
Method Details
-
setClickCallback
-
apply
Description copied from class:Prefab
Adds this prefab's predefined components to a given entity and copies values from this prefab.- Overrides:
apply
in classTextPrefab
-