Uses of Class
com.storedobject.iot.Block
Packages that use Block
-
Uses of Block in com.storedobject.iot
Methods in com.storedobject.iot that return BlockModifier and TypeMethodDescriptionstatic Block
Retrieves a Block object by searching for it using the specified name.BlockDisplayContent.getBlock()
Unit.getBlock()
Retrieves the associatedBlock
for the current Unit.final Block
UnitItem.getBlock()
Methods in com.storedobject.iot that return types with arguments of type BlockModifier and TypeMethodDescriptionstatic ObjectIterator
<Block> Retrieves an iterator over Block objects filtered by the specified name.Site.listActiveBlocks()
Retrieves an iterator over all active blocks associated with this site.Site.listBlocks()
Retrieves an iterator over all blocks associated with this site.Methods in com.storedobject.iot with parameters of type Block -
Uses of Block in com.storedobject.ui.iot
Methods in com.storedobject.ui.iot that return BlockModifier and TypeMethodDescriptionBlockComboField.getBlock()
BlockView.getBlock()
Retrieves the Block object associated with this instance.ConsumptionList.getBlock()
GUI.getBlock()
Retrieves the current block.Methods in com.storedobject.ui.iot with parameters of type BlockModifier and TypeMethodDescriptionprotected final boolean
protected abstract void
protected abstract boolean
protected boolean
protected boolean
protected void
protected boolean
protected void
protected boolean
protected void
protected void
BlockSelector.blockChanged
(Block newBlock) protected void
RemoveConsumption.blockChanged
(Block newBlock) protected void
Paints the specified Block in the view or graphical component.static void
Consumption4Unit.process
(Resource resource, Block block, int periodicity, int yearFrom, int yearTo, Consumer<Consumption4Unit<?>> processor) void
void
void
Sets the specifiedBlock
to this view.void
void
void
Sets the block for the GUI instance.void
Method parameters in com.storedobject.ui.iot with type arguments of type BlockModifier and TypeMethodDescriptionvoid
GUI.selectBlock
(Consumer<Block> blockConsumer) Selects a block and performs an action defined by the provided Consumer.Constructors in com.storedobject.ui.iot with parameters of type BlockModifierConstructorDescriptionAbstractConsumptionSelector
(String caption, Resource resource, Block block) BlockSelector
(String caption, Block block) BlockSelector
(String caption, Block block, Site site) CommandSelector
(Block block) ConsumptionList
(Resource resource, Block block, int periodicity, int yearFrom, int yearTo) ConsumptionList
(Resource resource, Block block, int periodicity, int yearFrom, int yearTo, int limit) DownloadData
(Block block) SelectData
(String caption, Block block) SendCommand
(Block block) ViewCommandHistory
(Block block) ViewConsumption
(Resource resource, Block block)