eu.cedarsoft.wicket.yaml.YamlNavigation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yaml-integration Show documentation
Show all versions of yaml-integration Show documentation
Integrates the YAML framework into Wicket
The newest version!
package eu.cedarsoft.wicket.yaml;
import eu.cedarsoft.wicket.navigation.NavigationComponent;
import org.apache.wicket.ResourceReference;
import org.jetbrains.annotations.NonNls;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
/**
*
*/
public class YamlNavigation extends NavigationComponent {
public YamlNavigation( @NotNull @NonNls String id, @NotNull final YamlNavigationLinksView dataView, @Nullable ResourceReference styleSheetReference ) {
super( id, dataView, styleSheetReference );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy