Schnittstelle IOptionalIdHolder
- Alle bekannten Unterschnittstellen:
IAccordion, IButton, ICheckbox, IComponent, IContainer<C,S>, IControl<C, S>, IDropdownMenu, IFluentMutableOptionalIdHolder<H>, IGrid, IHorizontalStack, IImageControl, IItemMenu<M, S>, ILabel, ILayer<L>, ILinearContainer<C, S>, ILink, IMutableOptionalIdHolder, 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 IOptionalIdHolder
A
IOptionalIdHolder can have an id.- Version:
- 2020-01-05
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
getId
String getId()- Gibt zurück:
- the id of the current
IOptionalIdHolder.
-
getIdInQuotes
- Gibt zurück:
- the id of the current
IOptionalIdHolderin quotes.
-
hasId
boolean hasId()- Gibt zurück:
- true if the current
IOptionalIdHolderhas an id.
-
hasId
- Parameter:
id-- Gibt zurück:
- true if the current
IOptionalIdHolderhas the given id.
-