Skip to content

Commit

Permalink
override visibility, editability and mandatory for create/edit task
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Mar 23, 2020
1 parent e2ca89d commit 898e312
Show file tree
Hide file tree
Showing 10 changed files with 1,847 additions and 1,686 deletions.
@@ -0,0 +1,18 @@
/*
* Copyright (c) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.midpoint.gui.impl.prism;

import com.evolveum.midpoint.gui.api.prism.ItemWrapper;

import java.io.Serializable;

@FunctionalInterface
public interface ItemMandatoryHandler extends Serializable {

boolean isMandatory(ItemWrapper<?, ?, ?, ?> itemWrapper);

}

0 comments on commit 898e312

Please sign in to comment.