I'm looking at the Showcase full screen example, attempting to learn how to use DynamicForm. I think the source is in ItemDetailTabPane.java. However:
The Demo app has the fields ITEM, sku, description, category, UNITS, unitCost, inStock, nextShipment, saveButton.
The ItemDetailTabPane.java source has the fields sku, description, category, unitCost, inStock, nextShipment, saveButton. Where did Item and Unitscome from?
TIA,
Greg
The Demo app has the fields ITEM, sku, description, category, UNITS, unitCost, inStock, nextShipment, saveButton.
The ItemDetailTabPane.java source has the fields sku, description, category, unitCost, inStock, nextShipment, saveButton. Where did Item and Unitscome from?
TIA,
Greg
Comment