Schnittstelle TypeRequestable

Alle bekannten Unterschnittstellen:
IAccordion, IButton, ICheckbox, IComponent, IContainer<C,S>, IControl<C,S>, IDropdownMenu, IGrid, IHorizontalStack, IImageControl, IItemMenu<M,S>, ILabel, ILayer<L>, ILinearContainer<C,S>, ILink, ISingleContainer, IStylableElement<E>, IStyleElement<E>, ITabContainer, ITextbox, IUploader, IValidationLabel, IVerticalStack, IWebGui<G>
Alle bekannten Implementierungsklassen:
AbstractComponent, AbstractContainer, AbstractItemMenu, AbstractLinearContainer, AbstractStylableElement, AbstractStyleElement, Button, Component, ComponentWithAdapterFactory, Control, DropdownMenu, FloatContainer, Grid, HorizontalStack, ImageControl, Label, Layer, Link, SingleContainer, Textbox, Uploader, ValidationLabel, VerticalStack, WebGui

public interface TypeRequestable
A TypeRequestable is of a certain type.
Version:
2018-11-25
Autor:
Silvan Wyss
  • Methodendetails

    • getType

      default String getType()
      Gibt zurück:
      the type of the current TypeRequestable.
    • isOfConcreteType

      default boolean isOfConcreteType(Class<?> concreteType)
      Parameter:
      concreteType -
      Gibt zurück:
      true if the current TypeRequestable is of the given concrete type.
    • isOfConcreteType

      default boolean isOfConcreteType(String concreteType)
      Parameter:
      concreteType -
      Gibt zurück:
      true if the current TypeRequestable is of the given concrete type.
    • isOfType

      default boolean isOfType(Class<?> type)
      Parameter:
      type -
      Gibt zurück:
      true if the current TypeRequestable is of the given type.
    • isOfType

      default boolean isOfType(String type)
      Parameter:
      type -
      Gibt zurück:
      true if the current TypeRequestable is of the given type.