Klasse Grid
java.lang.Object
ch.nolix.system.element.mutableelement.AbstractMutableElement
ch.nolix.system.style.stylable.AbstractStylableElement<IGrid>
ch.nolix.system.webgui.main.Control<IGrid, IGridStyle>
ch.nolix.system.webcontainercontrol.container.AbstractContainer<IGrid, IGridStyle>
ch.nolix.system.webcontainercontrol.grid.Grid
- Alle implementierten Schnittstellen:
IFluentMutableMultiTokenHolder<IGrid>, IFluentMutableOptionalIdHolder<IGrid>, IMultiTokenHolder, IOptionalIdHolder, Linkable, LinkedRequestable, TypeRequestable, Clearable, Resettable, EmptinessRequestable, IHtmlGetter, IElement, IStructureElement, IMutableElement, ISizeAdjustableBox<IGrid>, PresenceRequestable, PresenceSettable<IGrid>, IStylableElement<IGrid>, IContainer<IGrid, IGridStyle>, IGrid, IControl<IGrid, IGridStyle>, IUserInputCell<IGrid>
- Autor:
- Silvan Wyss
-
Feldübersicht
Von Klasse geerbte Felder Control
DEFAULT_CURSOR_ICON, DEFAULT_PRESENCE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidclear()Removes the elements of the currentClearable.booleancontainsControlAtOneBasedRowAndColumnIndex(int oneBasedRowIndex, int oneBasedColumnIndex) protected GridStyleintprotected IControlCssBuilder<IGrid, IGridStyle> protected IControlHtmlBuilder<IGrid> intIControl<?, ?> getStoredChildControlAtOneBasedRowAndColumnIndex(int oneBasedRowIndex, int oneBasedColumnIndex) IContainer<IControl<?, ?>> insertControlAtRowAndColumn(int oneBasedRowIndex, int oneBasedColumnIndex, IControl<?, ?> control) insertTextAtRowAndColumn(int rowIndex, int columnIndex, String text) booleanisEmpty()voidprotected voidVon Klasse geerbte Methoden AbstractContainer
getOptionalJavaScriptUserInputFunction, getRole, getUserInput, hasRole, hasRole, removeRole, resetControl, runHtmlEvent, setRole, setUserInputVon Klasse geerbte Methoden Control
belongsToControl, belongsToGui, belongsToLayer, editStyle, getCssRules, getCursorIcon, getHtml, getInternalId, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getOptionalStoredChildControlByInternalId, getPresence, getStoredChildStylableElements, getStoredLinkedObjects, getStoredParentControl, getStoredParentGui, getStoredParentLayer, getStoredStyle, hasInternalId, hasMaxHeight, hasMaxWidth, hasMinHeight, hasMinWidth, internalSetParentControl, internalSetParentLayer, isCollapsed, isInvisible, isLinkedTo, isLinkedToAnObject, isVisible, linkTo, removeMaxHeight, removeMaxWidth, removeMinHeight, removeMinWidth, resetStylableElement, resetStyle, setCollapsed, setCursorIcon, setInvisible, setMaxHeight, setMaxHeightInPercentOfViewAreaHeight, setMaxWidth, setMaxWidthInPercentOfViewAreaWidth, setMinHeight, setMinHeightInPercentOfViewAreaHeight, setMinWidth, setMinWidthInPercentOfViewAreaWidth, setVisibility, setVisibleVon Klasse geerbte Methoden AbstractStylableElement
addToken, asConcrete, getChildStructureElements, getId, getStructureSpecification, getTokens, hasId, removeId, removeToken, removeTokens, reset, resetStyleRecursively, setIdVon Klasse geerbte Methoden AbstractMutableElement
addOrChangeAttribute, addOrChangeAttribute, equals, getAttributes, getSpecification, hashCode, resetFromFileWithFilePath, toStringVon Schnittstelle geerbte Methoden EmptinessRequestable
containsAnyVon Schnittstelle geerbte Methoden IContainer
getRole, hasRole, removeRole, setRoleVon Schnittstelle geerbte Methoden IControl
belongsToControl, belongsToGui, belongsToLayer, editStyle, getCssRules, getCursorIcon, getInternalId, getOptionalJavaScriptUserInputFunction, getOptionalStoredChildControlByInternalId, getStoredParentControl, getStoredParentGui, getStoredParentLayer, getStoredStyle, hasInternalId, internalSetParentControl, internalSetParentLayer, runHtmlEvent, setCursorIconVon Schnittstelle geerbte Methoden IElement
getAttributes, getSpecification, toFormatedString, toXmlVon Schnittstelle geerbte Methoden IFluentMutableMultiTokenHolder
addToken, removeToken, removeTokensVon Schnittstelle geerbte Methoden IFluentMutableOptionalIdHolder
removeId, setIdVon Schnittstelle geerbte Methoden IHtmlGetter
getHtmlVon Schnittstelle geerbte Methoden IMultiTokenHolder
getTokensVon Schnittstelle geerbte Methoden IMutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, resetFromAttributes, resetFromSpecificationVon Schnittstelle geerbte Methoden IOptionalIdHolder
getId, getIdInQuotes, hasId, hasIdVon Schnittstelle geerbte Methoden ISizeAdjustableBox
getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, hasMaxHeight, hasMaxWidth, hasMinHeight, hasMinWidth, removeMaxHeight, removeMaxWidth, removeMinHeight, removeMinWidth, setMaxHeight, setMaxHeightInPercentOfViewAreaHeight, setMaxWidth, setMaxWidthInPercentOfViewAreaWidth, setMinHeight, setMinHeightInPercentOfViewAreaHeight, setMinWidth, setMinWidthInPercentOfViewAreaWidthVon Schnittstelle geerbte Methoden IStructureElement
getChildStructureElements, getStructureSpecificationVon Schnittstelle geerbte Methoden IStylableElement
getStoredChildStylableElements, hasRole, resetStyleRecursivelyVon Schnittstelle geerbte Methoden IUserInputCell
getUserInput, setUserInputVon Schnittstelle geerbte Methoden LinkedRequestable
getStoredLinkedObjects, isLinkedTo, isLinkedToAnObjectVon Schnittstelle geerbte Methoden PresenceRequestable
getPresence, isCollapsed, isInvisible, isVisibleVon Schnittstelle geerbte Methoden PresenceSettable
setCollapsed, setInvisible, setVisibility, setVisibleVon Schnittstelle geerbte Methoden Resettable
resetVon Schnittstelle geerbte Methoden TypeRequestable
getType, isOfConcreteType, isOfConcreteType, isOfType, isOfType
-
Konstruktordetails
-
Grid
public Grid()
-
-
Methodendetails
-
clear
-
containsControlAtOneBasedRowAndColumnIndex
public boolean containsControlAtOneBasedRowAndColumnIndex(int oneBasedRowIndex, int oneBasedColumnIndex) - Angegeben von:
containsControlAtOneBasedRowAndColumnIndexin SchnittstelleIGrid
-
getColumnCount
public int getColumnCount()- Angegeben von:
getColumnCountin SchnittstelleIGrid
-
getStoredChildControlAtOneBasedRowAndColumnIndex
public IControl<?,?> getStoredChildControlAtOneBasedRowAndColumnIndex(int oneBasedRowIndex, int oneBasedColumnIndex) - Angegeben von:
getStoredChildControlAtOneBasedRowAndColumnIndexin SchnittstelleIGrid
-
getRowCount
public int getRowCount()- Angegeben von:
getRowCountin SchnittstelleIGrid
-
getStoredChildControls
- Angegeben von:
getStoredChildControlsin SchnittstelleIControl<IGrid, IGridStyle>
-
insertControlAtRowAndColumn
public IGrid insertControlAtRowAndColumn(int oneBasedRowIndex, int oneBasedColumnIndex, IControl<?, ?> control) - Angegeben von:
insertControlAtRowAndColumnin SchnittstelleIGrid
-
insertTextAtRowAndColumn
- Angegeben von:
insertTextAtRowAndColumnin SchnittstelleIGrid
-
isEmpty
public boolean isEmpty()- Angegeben von:
isEmptyin SchnittstelleEmptinessRequestable- Gibt zurück:
- true if
EmptinessRequestabledoes not contain an element, false otherwise.
-
registerHtmlElementEventsAt
- Angegeben von:
registerHtmlElementEventsAtin SchnittstelleIControl<IGrid, IGridStyle>
-
createStyle
- Angegeben von:
createStylein KlasseControl<IGrid, IGridStyle>
-
getCssBuilder
- Angegeben von:
getCssBuilderin KlasseControl<IGrid, IGridStyle>
-
getHtmlBuilder
- Angegeben von:
getHtmlBuilderin KlasseControl<IGrid, IGridStyle>
-
resetContainer
protected void resetContainer()- Angegeben von:
resetContainerin KlasseAbstractContainer<IGrid, IGridStyle>
-