Guidewire Quiz
How is a Detail View Widget different from a Detail View PCF file?
1. Not Reusable 2. Inherits parent root object 3. Created as a DVW in the parent container's PCF file
What is a List View ?
A container widget that allows user to view the information about multiple objects, and user can edit the data displayed
What is a toolbar?
A row of widgets that is associated with a container widget, which allows user take action on the data in the container widget
What is a row iterator?
A widget that process an array and produces a row for each entity instance
How is a Detailed View widget and Detail View PCF File similar?
Both can exercise control over elements
How does Detailed View Panel input column help?
Helps with organizing atomic widgets display information
How can a container be reusable?
If the container is needed in multiple places , create a PCF file
What is the difference between the "input set" widget and the "input ref" widget?
InputSet widget groups widgets together and is placed within an input column within a detail view panel. InputSetRef widget to reference an Input Set PCF file
How can you define a Detail View Widget?
It is possible to define a variable for the Detail View Widget object but is uncommon
Are there any limitation on displaying information for Detailed View Panel?
None and can display information from multiple entities , which can be unrelated or no information at all from an entity ( such as a calculated or static values)
What are the benefits on making a container reusable?
Other PCF files can reference the reusable container by using the reference widget
How does the List View work with an Entity?
Takes a single root object (Parent Entity) that has an array of entities to process
What is the first important element that need to be added before the Detailed View Panel ?
The screen which is the top level container , which groups secondary & primary containers . Card view is optional to add before the detailed view panel (secondary container which is not mandatory to have)
What is an example of a Detailed View Panel?
The set of individual fields of an instance of and entity ( User, Claim, Policy)
A list view typically needs a toolbar, even if it is read-only. why?
The toolbar is needed for the paging controls. These controls are used to view each page of rows if the number of rows is greater than what can be displayed at one time.
What is a Detail View Panel?
Uses atomic widgets to organize and manage data for a single record
What does the Detail View Panel allow a user to do?
View an existing record , create a record , edit a record
Can the row iterator use the Parent class only?
Yes it can be the set of elements that needs to be displayed , but it mean no parent object which does not give access to the functions addTo & removeFrom For example : displays the results of a database query
Is the Detailed View Panel reusable?
Yes when It is a top level container
What is a iterator?
a widget that takes a set of items and performs the same action for each one
What is a cell ?
displays the field of an entity
What is the main purpose or best practice for the Detailed View Panel use?
only present the user with all detailed information that is relevant to the interface
What is a row widget?
organizes the individual fields of data
What functions do the Parent entity give access for the List View ?
the addTo<ArrayName> and removeFrom<Array>
What would be the reason a Detailed View Panel is not reusable?
when it is declared as an inline child container ( not top level container)