Class ItemCreationOverlay

java.lang.Object
com.prineside.tdi2.managers.UiManager.UiComponent.Adapter
com.prineside.tdi2.ui.shared.ItemCreationOverlay
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, UiManager.UiComponent

public class ItemCreationOverlay extends UiManager.UiComponent.Adapter
  • Field Details

    • selectBoxStyle

      public final com.badlogic.gdx.scenes.scene2d.ui.SelectBox.SelectBoxStyle selectBoxStyle
    • textFieldStyle

      public final com.badlogic.gdx.scenes.scene2d.ui.TextField.TextFieldStyle textFieldStyle
    • form

      public final com.badlogic.gdx.scenes.scene2d.ui.Table form
    • currentItem

      public Item currentItem
    • changeListener

      public ObjectRetriever<Item> changeListener
    • originalItem

      public Item originalItem
    • inPlaceItemTypeChangeAllowed

      public boolean inPlaceItemTypeChangeAllowed
    • customIntA

      public int customIntA
    • customIntB

      public int customIntB
    • customObject

      public Object customObject
  • Constructor Details

    • ItemCreationOverlay

      public ItemCreationOverlay()
  • Method Details