- 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.programstructureapi.linkingapi.Linkable
linkTo
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.statemutationapi.Resettable
reset
-
Methodendetails
-
containsControlAt1BasedRowAndColumnIndex
boolean containsControlAt1BasedRowAndColumnIndex(int p1BasedRowIndex,
int p1BasedColumnIndex)
-
getColumnCount
int getColumnCount()
-
getStoredChildControlAt1BasedRowAndColumnIndex
IControl<?,?> getStoredChildControlAt1BasedRowAndColumnIndex(int rowIndex,
int columnIndex)
-
getRowCount
int getRowCount()
-
insertControlAtRowAndColumn
IGrid insertControlAtRowAndColumn(int param1BasedRowIndex,
int param1BasedColumnIndex,
IControl<?,?> control)
-
insertTextAtRowAndColumn
IGrid insertTextAtRowAndColumn(int param1BasedRowIndex,
int param1BasedColumnIndex,
String text)