Interface IReplaceable

All Known Subinterfaces:
ActionRow, Container, Section
All Known Implementing Classes:
ActionRowImpl, ContainerImpl, SectionImpl

public interface IReplaceable
Component which supports its children being replaced.

This is equivalent to ComponentTree.replace(ComponentReplacer), but on a smaller scope.

  • Method Summary

    Modifier and Type
    Method
    Description
    Replaces and/or removes children components using the provided ComponentReplacer, and construct a new component from the result.