Store.Item.getBoolean()

Signature

boolean getBoolean (Object storeItem, String fieldName)

Domain

ACTION

Description

Returns boolean value of the specified field

Parameters

NameTypeDescription
storeItemStringStore Item Object
fieldNameStringName of the field whose value needs to be retrieved

Returns

TypeDescription
booleanReturns boolean value of the specified field

Cautions

none