Schnittstelle IFluentMutableOptionalIdHolder<FMOIH extends IFluentMutableOptionalIdHolder<FMOIH>>
- Typparameter:
FMOIH
- is the type of aIFluentMutableOptionalIdHolder
.
- Alle Superschnittstellen:
IOptionalIdHolder
- Alle bekannten Unterschnittstellen:
IAccordion
,IButton
,ICheckbox
,IComponent
,IContainer<C,
,ECS> IControl<C,
,CS> IDropdownMenu
,IGrid
,IHorizontalStack
,IImageControl
,IItemMenu<IM,
,IMS> ILabel
,ILayer<L>
,ILinearContainer<LC,
,LCL> ILink
,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 IFluentMutableOptionalIdHolder<FMOIH extends IFluentMutableOptionalIdHolder<FMOIH>>
extends IOptionalIdHolder
A
IFluentMutableOptionalIdHolder
is a IOptionalIdHolder
whose
id can be set and removed programmatically and fluently.- Version:
- 2020-02-01
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungremoveId()
Removes the id of the currentIFluentMutableOptionalIdHolder
.Sets the id of the currentIFluentMutableOptionalIdHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.IOptionalIdHolder
getId, getIdInQuotes, hasId, hasId
-
Methodendetails
-
removeId
FMOIH removeId()Removes the id of the currentIFluentMutableOptionalIdHolder
.- Gibt zurück:
- the current
IFluentMutableOptionalIdHolder
.
-
setId
Sets the id of the currentIFluentMutableOptionalIdHolder
.- Parameter:
id
-- Gibt zurück:
- the current
IFluentMutableOptionalIdHolder
. - Löst aus:
RuntimeException
- if the given id is null.RuntimeException
- if the given id is blank.
-