Schnittstelle Resettable
- Alle bekannten Unterschnittstellen:
IAccordion
,IAccordionStyle
,IButton
,IButtonStyle
,ICheckbox
,ICheckboxStyle
,IComponent
,IComponentStyle
,IContainer<C,
,S> IControl<C,
,S> IControlHeadStyle<S>
,IControlStyle<S>
,IDataAdapter
,IDataAdapter
,IDataAdapterAndSchemaReader
,IDataWriter
,IDropdownMenu
,IDropdownMenuStyle
,IGrid
,IGridStyle
,IHorizontalStack
,IHorizontalStackStyle
,IImageControl
,IImageControlStyle
,IItemMenu<M,
,S> IItemMenuItem<I>
,IItemMenuStyle<S>
,ILabel
,ILabelStyle
,ILayer<L>
,ILinearContainer<C,
,S> ILinearContainerStyle<S>
,ILink
,ILinkStyle
,IMultiStateConfiguration<C,
,S> IMutableElement
,IMutableNode<N>
,IResettableChangeSaver
,IRespondingMutableElement<E>
,ISchemaAdapter
,ISchemaAdapter
,ISchemaAdapter
,ISchemaWriter
,ISchemaWriter
,ISingleContainer
,ISingleContainerStyle
,IStylableElement<E>
,IStyleElement<E>
,ITabContainer
,ITabContainerStyle
,ITextbox
,ITextboxStyle
,IUploader
,IUploaderStyle
,IValidationLabel
,IValidationLabelStyle
,IVerticalStack
,IVerticalStackStyle
,IWebGui<G>
- Alle bekannten Implementierungsklassen:
AbstractComponent
,AbstractContainer
,AbstractDataAdapter
,AbstractDataAdapter
,AbstractDataAdapterAndSchemaReader
,AbstractItemMenu
,AbstractMutableNode
,AbstractSchemaAdapter
,AbstractSchemaAdapter
,AbstractSchemaAdapter
,AbstractSqlDataAdapter
,AbstractSqlSchemaAdapter
,BaseComponentStyle
,Button
,ButtonStyle
,Component
,ComponentWithAdapterFactory
,Control
,ControlStyle
,DataWriter
,DataWriter
,DropdownMenu
,DropdownMenuStyle
,FileNode
,FloatContainer
,FloatContainerStyle
,Grid
,GridCell
,GridStyle
,HorizontalStack
,HorizontalStackStyle
,ImageControl
,ImageControlStyle
,ItemMenuItem
,ItemMenuStyle
,Label
,LabelStyle
,Layer
,LinearContainer
,LinearContainerStyle
,Link
,LinkStyle
,MsSqlDataAdapter
,MsSqlDataAdapter
,MsSqlDataAdapterAndSchemaReader
,MsSqlSchemaAdapter
,MsSqlSchemaAdapter
,MsSqlSchemaAdapter
,MultiStateConfiguration
,MutableElement
,MutableImage
,MutableNode
,NodeDataAdapter
,NodeDataAdapter
,NodeDataAdapterAndSchemaReader
,NodeSchemaAdapter
,NodeSchemaAdapter
,SchemaWriter
,SchemaWriter
,SchemaWriter
,SingleContainer
,SingleContainerStyle
,StylableElement
,StyleElement
,Textbox
,TextboxStyle
,Uploader
,UploaderStyle
,ValidationLabel
,ValidationLabelStyle
,VerticalStack
,VerticalStackStyle
,WebApplicationComponent
,WebGui
public interface Resettable
A
Resettable
can be reset.- Version:
- 2016-01-01
- Autor:
- Silvan Wyss
-
Methodendetails
-
reset
void reset()Resets the currentResettable
.
-