Class StackElement


public final class StackElement extends AbstractMultiChildElement
  • Constructor Details

    • StackElement

      public StackElement(Context context)
  • Method Details

    • onMountChild

      protected void onMountChild(int index, Element child, boolean moved)
      Overrides:
      onMountChild in class AbstractMultiChildElement
    • onUnmountChild

      protected void onUnmountChild(int index, Element child)
      Overrides:
      onUnmountChild in class AbstractMultiChildElement
    • onSetAvailable

      protected void onSetAvailable()
      Description copied from class: Element
      Override this to invalidate parts of your layout when the "available" variables change. Note that any changes in this method should be queued, not executed immediately.
      Overrides:
      onSetAvailable in class Element