Schnittstelle IOptionalIdHolder
- Alle bekannten Unterschnittstellen:
IAccordion
,IButton
,ICheckbox
,IComponent
,IContainer<C,
,ECS> IControl<C,
,CS> IDropdownMenu
,IFluentMutableOptionalIdHolder<FMOIH>
,IGrid
,IHorizontalStack
,IImageControl
,IItemMenu<IM,
,IMS> ILabel
,ILayer<L>
,ILinearContainer<LC,
,LCL> ILink
,IMutableOptionalIdHolder
,ISingleContainer
,IStylableElement<SE>
,IStyleElement<SE>
,ITabContainer
,ITextbox
,IUploader
,IValidationLabel
,IVerticalStack
,IWebGui<WG>
- Alle bekannten Implementierungsklassen:
BaseComponent
,Button
,Component
,ComponentWithDataSupplier
,Container
,Control
,DropdownMenu
,FloatContainer
,Grid
,HorizontalStack
,ImageControl
,ItemMenu
,Label
,Layer
,LinearContainer
,Link
,SingleContainer
,StylableElement
,StyleElement
,Textbox
,Uploader
,ValidationLabel
,VerticalStack
,WebApplicationComponent
,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
IOptionalIdHolder
in quotes.
-
hasId
boolean hasId()- Gibt zurück:
- true if the current
IOptionalIdHolder
has an id.
-
hasId
- Parameter:
id
-- Gibt zurück:
- true if the current
IOptionalIdHolder
has the given id.
-