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 BlockRetrieves a Block object by searching for it using the specified name.BlockDisplayContent.getBlock()Unit.getBlock()Retrieves the associatedBlockfor the current Unit.final BlockUnitItem.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 booleanprotected abstract voidprotected abstract booleanprotected voidprotected booleanprotected voidprotected booleanprotected voidprotected booleanprotected booleanprotected voidprotected voidBlockSelector.blockChanged(Block newBlock) protected voidPaints the specified Block in the view or graphical component.static voidConsumption4Unit.process(Resource resource, Block block, int periodicity, int yearFrom, int yearTo, Consumer<Consumption4Unit<?>> processor) voidvoidvoidSets the specifiedBlockto this view.voidvoidvoidSets the block for the GUI instance.voidvoidMethod parameters in com.storedobject.ui.iot with type arguments of type BlockModifier and TypeMethodDescriptionvoidGUI.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) RemoveConsumption(Resource resource, Block block) SelectData(String caption, Block block) protectedSelectData(String caption, Block block, boolean valuesOnly, boolean choose) SendCommand(Block block) SmoothenInvalidData(Block block) UploadData(Block block) ViewCommandHistory(Block block) ViewConsumption(Resource resource, Block block)