%@ include file="/sdk/oemTop.jspf" %>
<%@ include file="/oemNoscript.jspf" %>
<%--
* Copyright (c) 2008, 2009, Oracle and/or its affiliates.All rights reserved.
*
* NAME
* defineGroupMask.jsp
*
* NOTES
* Page for defining the mask for a set of columns being masked as a group
* (also known as compound masking).
*
*
* MODIFIED
* kmckeen 02/12/09 - Bug 7477370 - package is a JavaScript reserved word
* kmckeen 02/03/09 - Include oemNoscript to eliminate OAC Cat1 violation
* kmckeen 11/26/08 - Implement initial input focus
* vgoli 10/21/08 - fix OAC violations
* kmckeen 10/20/08 - Enable delete
* kmckeen 10/16/08 - Add preserve original data checkbox
* kmckeen 10/02/08 - Support add column to group
* kmckeen 09/15/08 - Use ListDMTable LOV to include views
* kmckeen 08/21/08 - Handle sorting, message handling
* kmckeen 08/18/08 - Initial creation of module
--%>
<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %>
<%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %>
<%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag/db" prefix="db" %>
<%@ include file="/enablePPR.jspf" %>
<%@ include file="/oemTitle.jspf" %>
<%@ include file="/oemGlobal.jspf" %>
<%@ include file="/database/masking/dmMsging.jspf" %>
<%-- for debugging
--%>
<%--
The following attributes can be used to have row subsets with
navigation controls on the above. This is not supported
at this time. There are not likely to be so many columns in a group
for this to be needed.
--%>
<%--
blockSize="25"
maxValueBinding="maskGroupColumnsMaxValue@maskingBean@servletRequest"
valueBinding="maskGroupColumnsValue@maskingBean@servletRequest"
--%>
<%--
Checkbox parameters:
value - Text that when matches selectedValue text displays checkbox as checked.
This text is also sent on form post to indicate checkbox is checked.
selectedValue - Text string, one of:
selected - checkbox will be checked
notselected - checkbox will not be checked
--%>