- Alle Superschnittstellen:
Clearable
, Dimensionable<IGrid>
, EmptinessRequestable
, IContainer<IGrid,IGridStyle>
, IControl<IGrid,IGridStyle>
, IElement
, IFluentMutableMultiTokenHolder<IGrid>
, IFluentMutableOptionalIdHolder<IGrid>
, IHtmlGetter
, IMultiTokenHolder
, IMutableElement
, IOptionalIdHolder
, IStructureElement
, IStylableElement<IGrid>
, IUserInputCell<IGrid>
, Linkable
, LinkedRequestable
, PresenceRequestable
, PresenceSettable<IGrid>
, Resettable
, TypeRequestable
- Alle bekannten Implementierungsklassen:
Grid
-
Methodenübersicht
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.statemutationapi.Clearable
clear
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.guiapi.canvasapi.Dimensionable
getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, hasMaxHeight, hasMaxWidth, hasMinHeight, hasMinWidth, removeMaxHeight, removeMaxWidth, removeMinHeight, removeMinWidth, setMaxHeight, setMaxHeightInPercentOfViewAreaHeight, setMaxWidth, setMaxWidthInPercentOfViewAreaWidth, setMinHeight, setMinHeightInPercentOfViewAreaHeight, setMinWidth, setMinWidthInPercentOfViewAreaWidth
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.webguiapi.mainapi.IControl
belongsToControl, belongsToGui, belongsToLayer, editStyle, getCssRules, getCursorIcon, getInternalId, getOptionalJavaScriptUserInputFunction, getOptionalStoredChildControlByInternalId, getStoredChildControls, getStoredParentControl, getStoredParentGui, getStoredParentLayer, getStoredStyle, hasInternalId, internalSetParentControl, internalSetParentLayer, registerHtmlElementEventsAt, runHtmlEvent, setCursorIcon
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.structurecontrolapi.linkingapi.Linkable
linkTo
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.statemutationapi.Resettable
reset
-
Methodendetails
-
containsControlAtOneBasedRowAndColumnIndex
boolean containsControlAtOneBasedRowAndColumnIndex(int oneBasedRowIndex,
int oneBasedColumnIndex)
-
getColumnCount
int getColumnCount()
-
getStoredChildControlAtOneBasedRowAndColumnIndex
IControl<?,?> getStoredChildControlAtOneBasedRowAndColumnIndex(int rowIndex,
int columnIndex)
-
getRowCount
int getRowCount()
-
insertControlAtRowAndColumn
IGrid insertControlAtRowAndColumn(int oneBasedRowIndex,
int oneBasedColumnIndex,
IControl<?,?> control)
-
insertTextAtRowAndColumn
IGrid insertTextAtRowAndColumn(int oneBasedRowIndex,
int oneBasedColumnIndex,
String text)