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
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdefault StringgetType()default booleanisOfConcreteType(Class<?> concreteType) default booleanisOfConcreteType(String concreteType) default booleandefault boolean
-
Methodendetails
-
getType
- Gibt zurück:
- the type of the current
TypeRequestable.
-
isOfConcreteType
- Parameter:
concreteType-- Gibt zurück:
- true if the current
TypeRequestableis of the given concrete type.
-
isOfConcreteType
- Parameter:
concreteType-- Gibt zurück:
- true if the current
TypeRequestableis of the given concrete type.
-
isOfType
- Parameter:
type-- Gibt zurück:
- true if the current
TypeRequestableis of the given type.
-
isOfType
- Parameter:
type-- Gibt zurück:
- true if the current
TypeRequestableis of the given type.
-